Complete.Org: Mailing Lists: Archives: freeciv-dev: September 1999:
[Freeciv-Dev] printf
Home

[Freeciv-Dev] printf

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv developers mailing list <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] printf
From: Andy Black <ablack@xxxxxxxxxxxxxx>
Date: Sun, 5 Sep 1999 18:18:55 -0600

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



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] printf, Andy Black <=