diff options
author | 2004-01-23 11:50:57 +0000 | |
---|---|---|
committer | 2004-01-23 11:50:57 +0000 | |
commit | 361f947ddd274e7847ba39d68aecdc39452800a4 (patch) | |
tree | 9af36662a208d49b7eb406d728e0e02698b03f7e /app-cdr/xcdroast/files | |
parent | Version bump (diff) | |
download | gentoo-2-361f947ddd274e7847ba39d68aecdc39452800a4.tar.gz gentoo-2-361f947ddd274e7847ba39d68aecdc39452800a4.tar.bz2 gentoo-2-361f947ddd274e7847ba39d68aecdc39452800a4.zip |
Inserted upstream-patch for amd64. See bug #36676.
Diffstat (limited to 'app-cdr/xcdroast/files')
-rw-r--r-- | app-cdr/xcdroast/files/64bit_gsize.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-cdr/xcdroast/files/64bit_gsize.patch b/app-cdr/xcdroast/files/64bit_gsize.patch new file mode 100644 index 000000000000..eecec78bd8ca --- /dev/null +++ b/app-cdr/xcdroast/files/64bit_gsize.patch @@ -0,0 +1,20 @@ +--- xtools.c.org 2003-11-06 11:19:10.000000000 +0100 ++++ xtools.c2 2004-01-04 14:48:09.000000000 +0100 +@@ -3635,7 +3635,7 @@ + return str; + #else + gchar *locstr; +-gint in, out; ++gsize in, out; + + locstr = g_locale_from_utf8(str, strlen(str), &in, &out, NULL); + if (locstr) { +@@ -3655,7 +3655,7 @@ + return str; + #else + gchar *locstr; +-gint in, out; ++gsize in, out; + + /* ok, if your filesystem is already UTF8 we are not + allowed to change the filenames here. */ |