Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!uwm.edu!bionet!agate!ucbvax!NORTHSTAR.DARTMOUTH.EDU!tobeye From: tobeye@NORTHSTAR.DARTMOUTH.EDU (Anthony Edwards) Newsgroups: comp.soft-sys.andrew Subject: errata: ctext bug report Message-ID: Date: 28 Feb 91 15:28:54 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 14 Sorry about a detail of the last message - I made the block that I pasted one line too long. If you end the block at the end of the same line as the "i++;", the bug appears: for (runner= 0; buff[runner]; runner++) { if (buff[runner]=='"') { /* double quoted string token */ i++; while (buff[i] && buff[i] !='"') i++; } Sorry about any confusing from that.