summaryrefslogtreecommitdiff
path: root/graphics/feh/files/patch-src::imlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/feh/files/patch-src::imlib.c')
-rw-r--r--graphics/feh/files/patch-src::imlib.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/feh/files/patch-src::imlib.c b/graphics/feh/files/patch-src::imlib.c
deleted file mode 100644
index ccb8a4abab96..000000000000
--- a/graphics/feh/files/patch-src::imlib.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/imlib.c.orig Sun Jan 13 15:03:52 2002
-+++ src/imlib.c Sat Jan 26 10:58:25 2002
-@@ -34,6 +34,7 @@
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <netdb.h>
-+#include <stdio.h>
-
- Display *disp = NULL;
- Visual *vis = NULL;
-@@ -758,7 +759,7 @@
- feh_imlib_free_image(old);
- feh_reload_image(w, 1);
- } else {
-- wprintf("failed to load image from disk to edit it in place\n");
-+ printf("failed to load image from disk to edit it in place\n");
- }
-
- D_RETURN_(4);