summaryrefslogtreecommitdiff
path: root/graphics/feh/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/feh/patches/patch-ad')
-rw-r--r--graphics/feh/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/feh/patches/patch-ad b/graphics/feh/patches/patch-ad
new file mode 100644
index 00000000000..c6bbc2f022d
--- /dev/null
+++ b/graphics/feh/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/08/02 14:47:38 drochner Exp $
+
+--- src/support.c.orig 2005-08-02 16:10:57.000000000 +0200
++++ src/support.c
+@@ -233,7 +233,7 @@ feh_wm_set_bg(char *fil, Imlib_Image im,
+ char *path;
+ path = estrjoin("/", home, ".fehbg", NULL);
+ if ((fp = fopen(path, "w")) == NULL) {
+- wprintf("Can't open %s for write", path);
++ weprintf("Can't open %s for write", path);
+ } else {
+ fprintf(fp, "%s\n", fehbg);
+ fclose(fp);