ZipArchive.st
changeset 2996 da5f9a98d9e9
parent 2955 a2f97bc127e1
child 3078 ee1225437bfe
--- a/ZipArchive.st	Tue May 07 17:28:33 2013 +0200
+++ b/ZipArchive.st	Fri May 17 12:06:46 2013 +0200
@@ -3701,7 +3701,7 @@
         "ignore duplicate entries for backward compatibility.
          Argh: expecco once added wrong duplicates to the end of ets files.
                The first entry is valid."
-        Transcript showCR:'Duplicate entry in ZIP (ignored): ', zmemb fileName.
+        ('stx [Info]: Duplicate entry in ZIP (ignored): ', zmemb fileName) infoPrintCR.
     ] ifFalse:[
         zipMembersByName at:zmemb fileName put:zmemb.
     ].
@@ -4103,6 +4103,7 @@
     "Created: / 21-11-2010 / 11:51:41 / cg"
 ! !
 
+
 !ZipArchive methodsFor:'reading - stream'!
 
 readStreamFor:nameOfFileInArchive
@@ -5177,11 +5178,11 @@
 !ZipArchive class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.106 2013-03-28 11:27:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.107 2013-05-17 10:06:46 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.106 2013-03-28 11:27:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.107 2013-05-17 10:06:46 stefan Exp $'
 ! !