Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!linus!linus!mbunix!duncant From: duncant@mbunix.mitre.org (Thomson) Newsgroups: comp.sys.amiga Subject: CygCC Bug Fix (by the author) Summary: A one line bug fix to ARexx program "CygCC" published in Sept AC Keywords: ARexx, CygCC, CED, CygnusEd Message-ID: <120591@linus.mitre.org> Date: 20 Sep 90 01:50:38 GMT Sender: usenet@linus.mitre.org Lines: 32 --------- CYGCC BUG FIX (by the author): The CygCC ARexx program, published in the September issue of Amazing Computing, does not work correctly with the most recent version, V1.10, of the ARexx interpreter. When I wrote the program, I was still using an older version of ARexx. The article and program were submitted to Amazing Computing almost a year before it appeared in the magazine. I was aware that the program didn't work right with the new ARexx, but I hadn't heard had any response at all from the magazine since I submitted the article, so I assumed they weren't going to publish. Then a few weeks ago I got a fax from them asking me how they could send payment for the article. I immediately sent them the change - but it was too late, the article had already been published. Anyway, here is the fix, at least it's very short: In the module NextErr, the line: if result~='RESULT' then do should be changed to read: if ~result then do Hope this didn't cause anyone too much inconvenience! Duncan Thomson -- (Please excuse the typos and garbage caused by line noise.)