Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ucf-cs.UUCP Path: utzoo!linus!decvax!mcnc!duke!ucf-cs!goldfarb From: goldfarb@ucf-cs.UUCP (Ben Goldfarb Esq.) Newsgroups: net.games.rogue Subject: Re: Rogue annoyance #454654 Message-ID: <1351@ucf-cs.UUCP> Date: Wed, 27-Jun-84 10:27:29 EDT Article-I.D.: ucf-cs.1351 Posted: Wed Jun 27 10:27:29 1984 Date-Received: Sat, 30-Jun-84 05:40:06 EDT References: <150@joshua.UUCP> Organization: University of Central Florida Lines: 10 This is probably because of the "negative gold" bug that was discovered when 5.2 was first released. The gold value is an unsigned one byte integer which somehow managed to become signed, thus any value above 127 is seen as a negative number. I have a patch that requires an unstripped binary and adb, but it is for the Vax, so I doubt that it will help you on your Xenix system. Of course, if you have the source, you can find the problem, fix it, and recompile. Ben Goldfarb University of Central Florida {duke,decvax}!ucf-cs!goldfarb