diff src/libid3tag/tag.c @ 2532:9e135bfe457d trunk

[svn] - include stdio.h for debug print out. - suppress warnings.
author yaz
date Fri, 16 Feb 2007 04:21:17 -0800
parents 10692383c103
children 936c777ad998
line wrap: on
line diff
--- a/src/libid3tag/tag.c	Thu Feb 15 19:31:14 2007 -0800
+++ b/src/libid3tag/tag.c	Fri Feb 16 04:21:17 2007 -0800
@@ -351,7 +351,7 @@
     goto fail;
 
   if (text)
-    id3_latin1_decode(text, ucs4);
+    id3_latin1_decode((id3_latin1_t *)text, ucs4);
   else
     id3_ucs4_putnumber(ucs4, number);