Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site python.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!python!michael From: michael@python.UUCP (M. Cain) Newsgroups: net.sources.bugs Subject: bugs in cforth Message-ID: <139@python.UUCP> Date: Fri, 31-May-85 10:37:21 EDT Article-I.D.: python.139 Posted: Fri May 31 10:37:21 1985 Date-Received: Sat, 1-Jun-85 02:52:00 EDT Distribution: net Organization: Bell Communications Research Lines: 22 Found a couple of small things while getting the code up and running on our Pyramid: - Getblocks() wasn't recognizing the existance of forth.block because fopen(blockfile,"a+") didn't leave the pointer at the end of the file. Fixed it by inserting an fseek(blockfile,0L,2) after the open. This is definitely a Pyramid problem, but I couldn't recreate it in my own tests. - In prslw(), unwrittenflag is not initialized. Where memory is initially filled with zeroes before loading, no problems. Doesn't appear to be the case on the Pyramid. Fixed by initializing to !TRUE. Other than that, things came up very easily, and it all seems to work fine. Michael Cain Bell Communications Research