Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2003:
[Freeciv-Dev] (PR#4713) Gtk-2.0 client won't compile
Home

[Freeciv-Dev] (PR#4713) Gtk-2.0 client won't compile

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: imbaczek@xxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#4713) Gtk-2.0 client won't compile
From: "Guest" <rt-guest@xxxxxxxxxxxxxx>
Date: Mon, 28 Jul 2003 16:43:22 -0700
Reply-to: rt@xxxxxxxxxxxxxx

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);
 }
 
 /****************************************************************

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#4713) Gtk-2.0 client won't compile, Guest <=