|
From: J.P. K. <jp...@he...> - 2002-01-04 13:10:19
|
> Since nobody has found anything wrong with the test code, I'm
> going to commit the changes I've made and tag it as release
> um1_015
>
Found a moment to test the cross platform compilation, and I think
there is a small problem:
(modified layout of) line 2779 in interface.c:
snprintf (wizard_string, sizeof(wizard_string),
" has been created from %s]\n",
db[get_player()].get_name ().c_str(),
hostname);
there is one %s but two parameters. I suspect that the first parameter
shouldn't be there, but it isn't my code. :-)
> Adrian St. John
Julian
|