|
Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
July 2003: [Freeciv-Dev] (PR#4713) Gtk-2.0 client won't compile |
|
[Freeciv-Dev] (PR#4713) Gtk-2.0 client won't compile[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Type errors found in compilation, patch makes it compile (dunno if it really is what it should be...) Index: client/gui-gtk-2.0/cityrep.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk-2.0/cityrep.c,v retrieving revision 1.46 diff -u -r1.46 cityrep.c --- client/gui-gtk-2.0/cityrep.c 2003/07/28 04:00:29 1.46 +++ client/gui-gtk-2.0/cityrep.c 2003/07/28 23:34:01 @@ -292,7 +292,7 @@ gtk_tree_model_get(model, it, 1, &id, -1); city_change_production(find_city_by_id(id), - packet->is_build_id_unit_id, packet->build_id); + packet.is_build_id_unit_id, packet.build_id); } /****************************************************************
|