summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch')
-rw-r--r--app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch b/app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch
new file mode 100644
index 000000000000..bd022e0a6b7c
--- /dev/null
+++ b/app-editors/gedit/files/gedit-2.4.0-64bit-fix.patch
@@ -0,0 +1,12 @@
+diff -ur gedit-2.4.0.orig/gedit/gedit-document.c gedit-2.4.0/gedit/gedit-document.c
+--- gedit-2.4.0.orig/gedit/gedit-document.c 2004-01-12 20:52:10.996091376 +0100
++++ gedit-2.4.0/gedit/gedit-document.c 2004-01-12 20:50:55.608592738 +0100
+@@ -725,7 +725,7 @@
+ {
+ char* file_contents;
+ GnomeVFSResult res;
+- gsize file_size;
++ int file_size;
+ GtkTextIter iter, end;
+
+ gedit_debug (DEBUG_DOCUMENT, "File to load: %s", uri);