diff options
Diffstat (limited to 'graphics/gtkfig/files/patch-src::main.cc')
-rw-r--r-- | graphics/gtkfig/files/patch-src::main.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gtkfig/files/patch-src::main.cc b/graphics/gtkfig/files/patch-src::main.cc deleted file mode 100644 index 72f823928a52..000000000000 --- a/graphics/gtkfig/files/patch-src::main.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- src/main.cc.orig 2007-08-03 16:32:02.000000000 +0200 -+++ src/main.cc 2007-08-03 16:32:36.000000000 +0200 -@@ -4,6 +4,7 @@ - * * - \***********************************/ - -+#include <sys/types.h> - #include <string.h> - #include <errno.h> - #include <stdlib.h> -@@ -44,7 +45,7 @@ - void on_fsb_clicked (GtkButton *button, gpointer user_data) - { - button = button; -- if ((int)user_data == 0) System->FileSelectionOK(); -+ if ((intptr_t)user_data == 0) System->FileSelectionOK(); - else System->FileSelectionCancel(); - } - |