[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#325035: gkdial: implicitly converted pointers



Package: gkdial
Version: 1:1.8.0-3
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem[2] that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions
[2]Function `egg_tray_icon_new' implicitly converted to pointer at tray.c:116

--- gkdial-1.8.0/src/tray.c~	2005-08-25 11:27:59.000000000 -0600
+++ gkdial-1.8.0/src/tray.c	2005-08-25 11:32:41.000000000 -0600
@@ -10,6 +10,7 @@
 #include "prefs.h"
 #include "images.h"
 #include "main_loop.h"
+#include "eggtrayicon.h"
 
 gboolean
 tray_icon_clicked (GtkWidget * w, GdkEventButton * event, gpointer data)





Reply to: