Depth4Image.st
changeset 2042 58c0228331bb
parent 1816 88716b7cc777
child 2044 9ea84b4ba249
--- a/Depth4Image.st	Thu Feb 05 12:54:05 1998 +0100
+++ b/Depth4Image.st	Thu Feb 05 15:20:43 1998 +0100
@@ -545,8 +545,8 @@
      && __bothSmallInteger(w, mX)
      && __isByteArray(srcBytes) && __isByteArray(dstBytes)) {
 	_mag = _intVal(mX);
-	srcP = _ByteArrayInstPtr(srcBytes)->ba_element - 1 + _intVal(srcStart);
-	dstP = _ByteArrayInstPtr(dstBytes)->ba_element - 1 + _intVal(dstStart);
+	srcP = __ByteArrayInstPtr(srcBytes)->ba_element - 1 + _intVal(srcStart);
+	dstP = __ByteArrayInstPtr(dstBytes)->ba_element - 1 + _intVal(dstStart);
 	_pixels = _intVal(w);
 
 	switch (_mag) {
@@ -665,5 +665,5 @@
 !Depth4Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.26 1997-07-21 16:07:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.27 1998-02-05 14:20:24 cg Exp $'
 ! !