peterb@pbear.UUCP (05/30/85)
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