#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Feb 2017 12:47:54 +0100
changeset 3937 95c7ec9f0a7e
parent 3936 1007d2747659
child 3938 0fcfd5e383f1
#BUGFIX by cg class: MacOSXIconReader added: #read_name_from:
MacOSXIconReader.st
--- a/MacOSXIconReader.st	Mon Feb 27 23:35:34 2017 +0100
+++ b/MacOSXIconReader.st	Tue Feb 28 12:47:54 2017 +0100
@@ -1225,6 +1225,14 @@
     "Modified: / 22-02-2017 / 12:08:08 / cg"
 !
 
+read_name_from:bytes
+    "read (actually: skip) a name entry."
+
+    ^ nil
+
+    "Created: / 28-02-2017 / 12:47:27 / cg"
+!
+
 read_s8mk_from:bytes
     "read an s8mk packbits format mask icon"