|
Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
September 1999: [Freeciv-Dev] printf |
|
[Freeciv-Dev] printf[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi
in spy_steal_callback in client/gui-gtk/dialogs.c, the folowing code chunk
exists
if(!steal_advance){
printf("Bug in spy steal tech code\n");
return;
}
I think this should call freelog insted of using printf
Andy
|