--- src/support.c.orig Wed Sep 14 20:33:40 2005 +++ src/support.c Wed Sep 14 20:33:53 2005 @@ -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); + printf("Can't open %s for write", path); } else { fprintf(fp, "%s\n", fehbg); fclose(fp);