[sword-svn] r3837 - trunk/src/modules/common

scribe at crosswire.org scribe at crosswire.org
Sat Dec 26 13:26:12 EST 2020


Author: scribe
Date: 2020-12-26 13:26:12 -0500 (Sat, 26 Dec 2020)
New Revision: 3837

Modified:
   trunk/src/modules/common/zipcomprs.cpp
Log:
Updated comment to reflect untgz license per legwork from Bastian Germann <bastiangermann at fishpost.de>.


Modified: trunk/src/modules/common/zipcomprs.cpp
===================================================================
--- trunk/src/modules/common/zipcomprs.cpp	2020-12-26 18:09:35 UTC (rev 3836)
+++ trunk/src/modules/common/zipcomprs.cpp	2020-12-26 18:26:12 UTC (rev 3837)
@@ -43,7 +43,9 @@
  * written by "Pedro A. Aranda Gutirrez" <paag at tid.es>
  * adaptation to Unix by Jean-loup Gailly <jloup at gzip.org>
  * For conditions of distribution and use,
- * see copyright notice in ../../utilfuns/zlib/zlib.h
+ * see copyright code / notice / discussion at:
+ * https://github.com/madler/zlib/blob/master/contrib/untgz/untgz.c
+ * https://github.com/madler/zlib/issues/531
  */
 namespace {
 
@@ -95,7 +97,7 @@
 }
 
 
-int untar (gzFile in, const char *dest) {
+int untar(gzFile in, const char *dest) {
 	union  tar_buffer buffer;
 	int    len;
 	int    err;



More information about the sword-cvs mailing list