Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.6.2.16 $; site pbear.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!harvard!think!pbear!peterb From: peterb@pbear.UUCP Newsgroups: net.sources.bugs Subject: PC/IX Hack Bug fix #1 Message-ID: <8400001@pbear.UUCP> Date: Sat, 1-Jun-85 14:22:00 EDT Article-I.D.: pbear.8400001 Posted: Sat Jun 1 14:22:00 1985 Date-Received: Mon, 3-Jun-85 00:42:15 EDT Lines: 25 Nf-ID: #N:pbear:8400001:000:531 Nf-From: pbear!peterb Jun 1 14:22:00 1985 /* Written 1:12 pm May 30, 1985 by pbear!peterb in pbear:net.sources.games */ /* ---------- "PC/IX Hack Bug fix #1" ---------- */ Hack bug in hack.main.c: Experience points printed using an integer field instead of a long field. This has no effect until EP goes through 32767, then flips negative. Fix: ed hack.main.c 230 s/5u/5lu/ w q make install This changes the field in the printf statement from %-5u to %-5lu Peter Barada {ihnp4!inmet|{harvard|cca}!ima}!pbear!peterb /* End of text from pbear:net.sources.games */