$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);
