Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site mcvax.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!mcvax!aeb From: aeb@mcvax.UUCP (Andries Brouwer) Newsgroups: net.games.hack Subject: Re: "identification" bug Message-ID: <657@mcvax.UUCP> Date: Sun, 5-May-85 23:24:07 EDT Article-I.D.: mcvax.657 Posted: Sun May 5 23:24:07 1985 Date-Received: Tue, 7-May-85 21:15:48 EDT References: <6768@ucbvax.ARPA> Reply-To: aeb@mcvax.UUCP (Andries Brouwer) Distribution: net Organization: CWI, Amsterdam Lines: 19 In article <6768@ucbvax.ARPA> leblanc@ucbvax.ARPA (Emile LeBlanc) writes: > > There appears to be a (very tiny and uninteresting) bug in the >routine which reads the data file in hack. Yes, I knew about this buglet (I forgot who told me) but didnt think it worth mentioning here. But now that you mention it, the fix follows: hack.pager.c 41c41 < pline(bufr); --- > pline(buf); Another typo that was mentioned recently (ignore my line numbers): hack.pager.c 297c300 < external char *catmore; --- > extern char *catmore;