diff options
Diffstat (limited to 'xfce-base/libxfcegui4/files/libxfcegui4-4.4.3-64bit-warning.patch')
-rw-r--r-- | xfce-base/libxfcegui4/files/libxfcegui4-4.4.3-64bit-warning.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xfce-base/libxfcegui4/files/libxfcegui4-4.4.3-64bit-warning.patch b/xfce-base/libxfcegui4/files/libxfcegui4-4.4.3-64bit-warning.patch new file mode 100644 index 000000000000..139bd1467da7 --- /dev/null +++ b/xfce-base/libxfcegui4/files/libxfcegui4-4.4.3-64bit-warning.patch @@ -0,0 +1,11 @@ +--- libxfcegui4-4.4.3/libxfcegui4/xfce-appmenuitem.c.orig 2008-11-06 14:36:20.000000000 +0100 ++++ libxfcegui4-4.4.3/libxfcegui4/xfce-appmenuitem.c 2008-11-06 14:36:35.000000000 +0100 +@@ -149,7 +149,7 @@ + g_free(name_locale); + } else { + g_warning("Invalid UTF-8 in Name at byte %d: %s", +- bread, error->message); ++ (guint)bread, error->message); + } + } + break; |