WindowsIconReader.st
changeset 3988 1bc80a8c7566
parent 3931 4291708939e9
child 3999 2e26f0d49ca9
--- a/WindowsIconReader.st	Mon Aug 28 03:36:12 2017 +0200
+++ b/WindowsIconReader.st	Mon Aug 28 03:36:19 2017 +0200
@@ -1353,7 +1353,7 @@
                     ^ self fileFormatError:'unhandled OS2 compression'.
                 ].
                 numColor == 0 ifTrue:[
-                    self halt.
+                    "/ self halt.
                     "if 0 and depth is 8 or smaller, then the colormap has the size for the depth"
                     inDepth <= 8 ifTrue:[
                         numColor := 1 bitShift:inDepth.
@@ -1493,7 +1493,7 @@
     ^ self image
 
     "Modified: / 17-09-1995 / 18:48:46 / claus"
-    "Modified: / 23-02-2017 / 01:21:35 / cg"
+    "Modified: / 28-08-2017 / 03:29:24 / cg"
 !
 
 fromWindowsICOFile:aFilename