GNOME Bugzilla – Bug 157062
ms_biff_get_chars
Last modified: 2004-12-22 21:47:04 UTC
The arguments to g_iconv are not of the right type. This might be the cause of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137692 (&length is guint*, needs to be size_t*.)
8 lines matching "warning: passing" in buffer x86_64.log. 965:gui-clipboard.c:85: warning: passing arg 6 of `g_convert' from incompatible pointer type 1121:ms-excel-read.c:813: warning: passing arg 3 of `g_iconv' from incompatible pointer type 1127:ms-excel-write.c:145: warning: passing arg 3 of `g_iconv' from incompatible pointer type 1128:ms-excel-write.c:145: warning: passing arg 5 of `g_iconv' from incompatible pointer type 1130:ms-excel-write.c:2635: warning: passing arg 3 of `g_iconv' from incompatible pointer type 1131:ms-excel-write.c:2635: warning: passing arg 5 of `g_iconv' from incompatible pointer type 1135:ms-excel-write.c:3988: warning: passing arg 3 of `g_iconv' from incompatible pointer type 1136:ms-excel-write.c:3988: warning: passing arg 5 of `g_iconv' from incompatible pointer type
Created attachment 33320 [details] warnings under 64bit
Created attachment 33322 [details] [review] Patch for excel plugin part Please verify and inspect by eye.
committed to cvs