We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9514f3 commit 2875270Copy full SHA for 2875270
nfq2/gzip.c
@@ -40,7 +40,7 @@ int z_readfile(FILE *F, char **buf, size_t *size, size_t extra_alloc)
40
}
41
zs.avail_in = rd;
42
zs.next_in = in;
43
-printf("\nCHUNK\n");
+
44
for(;;)
45
{
46
if ((bufsize - *size) < BUFMIN)
0 commit comments