Path: utzoo!utgpu!water!watmath!clyde!att!mtunx!whuts!homxb!homxc!smile From: smile@homxc.UUCP (E.BARLOW) Newsgroups: comp.sources.games.bugs Subject: Re: Conquer compilation problems. Summary: oops... fix for that bug Keywords: works for admin! Message-ID: <2470@homxc.UUCP> Date: 21 Jun 88 13:52:35 GMT References: <10511@cisunx.UUCP> Organization: AT&T Bell Laboratories, Holmdel Lines: 12 In article <10511@cisunx.UUCP>, dan@cisunx.UUCP (Daniel E Eikenberry) writes: > I get the following errors compiling magic.c with -DCONQUER. > magic.c compiles okay with -DADMIN. I have put in patch1 > that just came over, but that had nothing to do with magic.c > Oops... I dont know why my compiler did not catch this stuff. Change the mvaddstr on 608,611,and 614 to mvprintf, and it appears that I did a global change of "count" to (*count)" which changed country to (*count)ry, which is undefined. I donot know how this happened. Change it back, and life should be much happier. The Ed