Image.st
changeset 2043 7b8d741538a0
parent 2040 31d9f9c36d69
child 2050 d1f21c75b5eb
--- a/Image.st	Thu Feb 05 15:20:43 1998 +0100
+++ b/Image.st	Thu Feb 05 15:22:39 1998 +0100
@@ -5701,7 +5701,7 @@
         rgbP = __ByteArrayInstPtr(rgbBytes)->ba_element;
         idP = __ByteArrayInstPtr(ditherIds)->ba_element;
         __clrLookup = __ByteArrayInstPtr(clrLookup)->ba_element;
-        errP = (short *) _ByteArrayInstPtr(error)->ba_element;
+        errP = (short *) __ByteArrayInstPtr(error)->ba_element;
 
         /*
          * clear error accumulator
@@ -6110,7 +6110,7 @@
         __idxAndErrRBytes = __ByteArrayInstPtr(idxAndErrRBytes)->ba_element;
         __idxAndErrGBytes = __ByteArrayInstPtr(idxAndErrGBytes)->ba_element;
         __idxAndErrBBytes = __ByteArrayInstPtr(idxAndErrBBytes)->ba_element;
-        errP = (short *) _ByteArrayInstPtr(error)->ba_element;
+        errP = (short *) __ByteArrayInstPtr(error)->ba_element;
 
         eP = errP;
 
@@ -11270,6 +11270,6 @@
 !Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.238 1998-02-03 17:35:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.239 1998-02-05 14:21:47 cg Exp $'
 ! !
 Image initialize!