Package: aewan
Version: 1.0.01-1
Severity: important
Tags: patch
Our automated buildd log filter[1] detected a problem 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
diff -urN aewan-1.0.01.orig/debug_aewl.c aewan-1.0.01/debug_aewl.c
--- aewan-1.0.01.orig/debug_aewl.c 2005-03-04 21:58:03.000000000 -0700
+++ aewan-1.0.01/debug_aewl.c 2005-10-05 11:15:03.000000000 -0600
@@ -8,6 +8,7 @@
#include "aewl/label.h"
#include "keys.h"
+#include "filedlg.h"
#include <ncurses.h>
#include <stdbool.h>
--- Begin Message ---
Function `filedlg_show' implicitly converted to pointer at debug_aewl.c:22
--- End Message ---