Added a comment so "grep" makes more sense.

This commit is contained in:
Andy McFadden 2003-01-10 22:42:01 +00:00
parent cd2b892b07
commit 122bb55030
1 changed files with 2 additions and 2 deletions

View File

@ -615,7 +615,7 @@ Nu_LZC_compress(LZCState* pLzcState, ulong* pDstLen)
return;
}
if (!quiet)
fprintf(stderr, "%s: ",ifname);
fprintf(stderr, "%s: ",ifname); /*#if 0*/
setvbuf(Xstdout,zbuf,_IOFBF,ZBUFSIZE);
}
#endif
@ -962,7 +962,7 @@ Nu_LZC_decompress(LZCState* pLzcState, ulong compressedLen)
return;
}
if (!quiet)
fprintf(stderr, "%s: ",ifname);
fprintf(stderr, "%s: ",ifname); /*#if 0*/
setvbuf(stdout,xbuf,_IOFBF,XBUFSIZE);
}
#endif