Package: easytag
Version: 1.99.10-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
--- easytag-1.99.10.orig/src/flac_tag.c 2005-11-28 14:49:17.000000000 -0700
+++ easytag-1.99.10/src/flac_tag.c 2005-11-29 11:26:22.000000000 -0700
@@ -40,7 +40,7 @@
#include "misc.h"
#include "setting.h"
#include "charset.h"
-
+#include "picture.h"
/***************
* Declaration *
--- Begin Message ---
Function `Picture_Copy' implicitly converted to pointer at flac_tag.c:639
--- End Message ---