comment out printf() to make output terse
This commit is contained in:
parent
595401e4c7
commit
a951ee9fe1
@ -78,7 +78,7 @@ static void compressFile_orDie(resources ress, const char* fname, const char* on
|
||||
saveFile_orDie(oname, ress.cBuffer, cSize);
|
||||
|
||||
/* success */
|
||||
printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname);
|
||||
// printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname);
|
||||
}
|
||||
|
||||
int main(int argc, const char** argv)
|
||||
|
Loading…
Reference in New Issue
Block a user