Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!leah!h44394 From: h44394@leah.Albany.Edu (Michael R. Hoffman) Newsgroups: comp.sources.games.bugs Subject: new Castle error Keywords: 4.3 bsd "word[]" Message-ID: <2616@leah.Albany.Edu> Date: 27 Feb 90 10:43:07 GMT Organization: The University at Albany, Computer Services Center Lines: 17 Hi there. This bug may have already come up, but since our administrator does weekly deletions, it was wiped before I read it. The problem is in "store.c" at line 227: char word[]; The error ihas to do with "null space declaration". It seems that with 4.3BSD UNIX running non-ANSI C, this declaration must either contain an initialization value (i.e.- char word[]="*******") or a size value (i.e.- char word[*]). I tried using "char word[6]" after looking at the code, but now it won't accept the passwords for the stores. I just keep getting "too bad." Any help would be appreciated greatly! Mike Hoffman reply-to: h44394@leah.albany.edu