[sword-svn] r2886 - trunk/src/utilfuns/zlib

scribe at crosswire.org scribe at crosswire.org
Sat Jul 13 06:52:53 MST 2013


Author: scribe
Date: 2013-07-13 06:52:53 -0700 (Sat, 13 Jul 2013)
New Revision: 2886

Modified:
   trunk/src/utilfuns/zlib/untgz.c
Log:
don't exit on error


Modified: trunk/src/utilfuns/zlib/untgz.c
===================================================================
--- trunk/src/utilfuns/zlib/untgz.c	2013-07-13 11:04:43 UTC (rev 2885)
+++ trunk/src/utilfuns/zlib/untgz.c	2013-07-13 13:52:53 UTC (rev 2886)
@@ -404,7 +404,7 @@
 void error(const char *msg)
 {
     fprintf(stderr, "%s: %s\n", prog, msg);
-    exit(1);
+//    exit(1); // don't exit on error
 }
 
 




More information about the sword-cvs mailing list