Package: libcm
Version: 0.1.1-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 and amd64.
This is often due to a missing function prototype definition. In this
case, it looks like the function got renamed but the header didn't.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions
diff -urN libcm-0.1.1.orig/src/wobbler.h libcm-0.1.1/src/wobbler.h
--- libcm-0.1.1.orig/src/wobbler.h 2007-01-03 10:40:04.000000000 -0700
+++ libcm-0.1.1/src/wobbler.h 2007-03-12 16:17:33.000000000 -0600
@@ -46,4 +46,4 @@
GType cm_wobbler_node_get_type (void);
-CmWobblerNode *cm_wobbler_node_new (CmNode *child);
+CmWobblerNode *wobbler_node_new (CmNode *child);
--
dann frazier | HP Open Source and Linux Organization
--- Begin Message ---
Function `wobbler_node_new' implicitly converted to pointer at scenetest.c:476
--- End Message ---