Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!ucbvax!anton From: anton@ucbvax.ARPA (Jeff Anton) Newsgroups: net.sources.bugs Subject: another Trek bug fix Message-ID: <5866@ucbvax.ARPA> Date: Thu, 28-Mar-85 18:15:17 EST Article-I.D.: ucbvax.5866 Posted: Thu Mar 28 18:15:17 1985 Date-Received: Fri, 29-Mar-85 03:22:02 EST Distribution: net Organization: University of California at Berkeley Lines: 20 There is another nasty bug in trek that I've run across. trek will seg fault durring the computer disress command if there is a disressed star system. The bug is in computer.c The line: systemname(e), ..... should be changed to Systemname[e->systemname], ..... The other bug for those people who might not have gotten it was a bcopy somewhere. The problem was that an '&' is needed in before the structure 'Now' as an argument to bcopy. The was most likely appeared when the code was moved from v6 to v7 since the v6 C did not pass structures. -- C knows no bounds. Jeff Anton U.C.Berkeley ucbvax!anton anton@berkeley.ARPA