mirror of
https://github.com/fadden/nulib2.git
synced 2025-02-05 20:30:57 +00:00
Added a comment so "grep" makes more sense.
This commit is contained in:
parent
cd2b892b07
commit
122bb55030
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user