freebsd-ports/net-im/gtkyahoo/files/patch-gtkyahoo.c
Rong-En Fan 268ea6f294 - Unbreak after objformat removal on 7.x and above
- Fix some compiler warnings but they are not fatal to gcc 4.x

PR:		ports/118004 (based on)
Submitted by:	Pietro Cerutti <gahr at gahr.ch>
Approved by:	portmgr (pav)
2007-11-13 01:19:23 +00:00

10 lines
320 B
C

--- gtkyahoo.c.orig 2007-11-12 15:21:19.000000000 +0100
+++ gtkyahoo.c 2007-11-12 15:21:22.000000000 +0100
@@ -1456,6 +1456,7 @@
int setgeom = 0;
int curarg = 1;
GtkAllocation initial_geometry;
+ initial_geometry.x = initial_geometry.y = initial_geometry.width = initial_geometry.height = 0;
DBG_Open(NULL);