Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

remove debug message

This commit is contained in:
bol-van
2026-02-17 09:15:53 +03:00
parent a9514f39f5
commit 287527092a

View File

@@ -40,7 +40,7 @@ int z_readfile(FILE *F, char **buf, size_t *size, size_t extra_alloc)
}
zs.avail_in = rd;
zs.next_in = in;
printf("\nCHUNK\n");
for(;;)
{
if ((bufsize - *size) < BUFMIN)