Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!pp!milano!peyote!johnk From: johnk@peyote.cactus.org (John Knutson) Newsgroups: comp.sources.games.bugs Subject: nethack3 (semi-problem w/ do_wear.c) Keywords: nh3, unpacking source, extra newline, do_wear.c Message-ID: <43@peyote.cactus.org> Date: 27 Jul 89 16:35:44 GMT Organization: Austin Unix User's Group, Austin, TX Lines: 7 Last night I set nethack to compile. This morning there was a message in my mailbox telling me that the make had terminated with do_wear.c at line 1338. I checked out the file and this is what i saw: otmp = (struc t obj *) 0; Can I correctly assume it's supposed to be "otmp = (struft obj *) 0;"?