lzma/lzma-4.43-quiet.patch

15 lines
490 B
Diff
Raw Normal View History

2012-02-01 14:26:20 +04:00
--- lzma-4.43/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp.1 2006-06-14 22:00:04.433513750 +0000
+++ lzma-4.43/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 2006-06-14 22:00:45.900105250 +0000
@@ -152,10 +152,10 @@
g_IsNT = IsItWindowsNT();
#endif
- fprintf(stderr, "\nLZMA 4.43 Copyright (c) 1999-2006 Igor Pavlov 2006-06-04\n");
if (n == 1)
{
+ fprintf(stderr, "\nLZMA 4.43 Copyright (c) 1999-2006 Igor Pavlov 2006-06-04\n");
PrintHelp();
return 0;
}