Path: utzoo!utgpu!watmath!uunet!labrea!polya!rokicki From: rokicki@polya.Stanford.EDU (Tomas G. Rokicki) Newsgroups: gnu.ghostscript.bug Subject: GhostScript 1.2 bugs Message-ID: <7871@polya.Stanford.EDU> Date: 19 Mar 89 04:09:27 GMT Sender: Tomas G. Rokicki Organization: Stanford University Lines: 15 In gdevmem.c, the occurance of write_byte(++optr... should be changed to increment the pointer before the macro call. Similarly for write_byte_masked(++optr... (The macro uses that variable twice, so it gets incremented twice, even if what the resulting statement did make sense, applied recursively to this one . . .) -tom