From: Adrian S. J. <AS...@pa...> - 2002-01-04 13:15:11
|
> From: J.P. King [mailto:jp...@he...] >=20 > Found a moment to test the cross platform compilation, and I think > there is a small problem: >=20 > (modified layout of) line 2779 in interface.c: >=20 > snprintf (wizard_string, sizeof(wizard_string), > " has been created from %s]\n", > db[get_player()].get_name ().c_str(), > hostname); >=20 > there is one %s but two parameters. I suspect that the first=20 > parameter > shouldn't be there, but it isn't my code. :-) No, the first parameter shouldn't be there. Fixed in CVS, but I'm not going to make a new release over that just yet... > Julian Adrian. |