diff -r 6b10d567fb89 -r beeaf75b245b Depth2Image.st --- a/Depth2Image.st Wed Jul 16 13:57:46 1997 +0200 +++ b/Depth2Image.st Sat Jul 19 00:41:41 1997 +0200 @@ -202,7 +202,7 @@ int __bytesPerRow = __intVal(bytesPerRow); int __bytesPerMonoRow = __intVal(bytesPerMonoRow); - char *__monoBits = __ByteArrayInstPtr(monoBits)->ba_element; + unsigned char *__monoBits = __ByteArrayInstPtr(monoBits)->ba_element; unsigned char *__ditherMatrix = __ByteArrayInstPtr(ditherMatrix)->ba_element; unsigned char *__bytes = __ByteArrayInstPtr(__INST(bytes))->ba_element; unsigned char *__greyMap = __ByteArrayInstPtr(greyMap)->ba_element; @@ -532,5 +532,5 @@ !Depth2Image class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.25 1997-04-24 15:55:32 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.26 1997-07-18 22:41:29 cg Exp $' ! !