Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!wyse!vsi1!ames!elroy!cit-vax!oxy!bagpiper From: bagpiper@oxy.edu (Michael Paul Hunter) Newsgroups: comp.sources.games.bugs Subject: Re: wanderer2 Message-ID: <2121@tiger.oxy.edu> Date: 26 Oct 88 16:37:13 GMT Article-I.D.: tiger.2121 Organization: Occidental College, Los Angeles, CA 90041 Lines: 15 Tiny bugs: in the structure definition in wand_head.h there is no ; at the end of the only declaration in the structure. The Prime C compiler choakes on that. (there is a second function like this somewhere... I just can't remember where) Medium size one: in m.c one needs an extern char *getenv() (ie., at least an old style declaration and better yet a prototype) if one is working on a machine where sizeof(int)!=sizeof(char *). Unknown: ~ (jump level) blows up with a segmentation error after taking the password. I havn't had time to figure out this one. Thankx, Michael