Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site unmvax.UUCP Path: utzoo!linus!philabs!cmcl2!lanl!unmvax!cliff From: cliff@unmvax.UUCP Newsgroups: net.games.hack Subject: wand of core dumping Message-ID: <774@unmvax.UUCP> Date: Mon, 8-Apr-85 16:08:21 EST Article-I.D.: unmvax.774 Posted: Mon Apr 8 16:08:21 1985 Date-Received: Wed, 10-Apr-85 04:49:19 EST Distribution: net Organization: Univ. of New Mexico, Albuquerque Lines: 12 Lately I haven't been able to get mail to mcvax. This letter concerns hack 1.0. On our SUN, wands of wishing cause core dumps when items are misspelled. I found the problem to be related to NROFOBJECTS being defined improperly. My quick patch was to change the following line (we are still running hack 1.0). 436c436 < while(i <= NROFOBJECTS && (!let || objects[i].oc_olet == let)){ --- > while(objects[i].oc_name && (!let || objects[i].oc_olet == let)){ --Cliff