mirror of
https://abf.rosa.ru/djam/lzma.git
synced 2025-02-23 09:42:51 +00:00
14 lines
490 B
Diff
14 lines
490 B
Diff
--- 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;
|
|
}
|