SOURCES: p7lzma-quiet.patch (NEW) - be quiet if no errors

hawk hawk at pld-linux.org
Wed May 7 14:40:17 CEST 2008


Author: hawk                         Date: Wed May  7 12:40:17 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- be quiet if no errors

---- Files affected:
SOURCES:
   p7lzma-quiet.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/p7lzma-quiet.patch
diff -u /dev/null SOURCES/p7lzma-quiet.patch:1.1
--- /dev/null	Wed May  7 14:40:17 2008
+++ SOURCES/p7lzma-quiet.patch	Wed May  7 14:40:12 2008
@@ -0,0 +1,14 @@
+--- p7zip_4.57/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp.orig	2007-11-14 20:01:21.000000000 +0100
++++ p7zip_4.57/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp	2008-05-07 14:35:44.000000000 +0200
+@@ -159,10 +159,9 @@
+   g_IsNT = IsItWindowsNT();
+   #endif
+ 
+-  fprintf(stderr, "\nLZMA 4.56 Copyright (c) 1999-2007 Igor Pavlov  2007-10-19\n");
+-
+   if (n == 1)
+   {
++    fprintf(stderr, "\nLZMA 4.56 Copyright (c) 1999-2007 Igor Pavlov  2007-10-19\n");
+     PrintHelp();
+     return 0;
+   }
================================================================


More information about the pld-cvs-commit mailing list