# HG changeset patch # User Matti Hamalainen # Date 1425092804 -7200 # Node ID acd91a57fe8c477ac5759f95edbc8a7e97860b7a # Parent 76f3961a044b5488dfc3820d4cba3436c0dd0714 Cosmetics. diff -r 76f3961a044b -r acd91a57fe8c src/dmzlib.c --- a/src/dmzlib.c Sat Feb 28 05:06:36 2015 +0200 +++ b/src/dmzlib.c Sat Feb 28 05:06:44 2015 +0200 @@ -478,7 +478,8 @@ int cmf = dmZGet8(ctx); int flags = dmZGet8(ctx); int cm = cmf & 15; - // int cinfo = cmf >> 4; + // cinfo = cmf >> 4; + // window = 1 << (8 + cinfo)... but who cares, we fully buffer output if ((cmf * 256 + flags) % 31 != 0) { @@ -499,7 +500,6 @@ "Bad or unsupported compression type.\n"); } - // window = 1 << (8 + cinfo)... but who cares, we fully buffer output return DMERR_OK; }