]> git.armaanb.net Git - dmenu.git/blobdiff - dmenu.c
this is only a temporary workaround, the command executed by -p must be configurable...
[dmenu.git] / dmenu.c
diff --git a/dmenu.c b/dmenu.c
index be9b41b5e0c8615d69941f28e45cb86083f879ee..1f7abca95b37d5bf1e3f99e1db3a48437ae3fb25 100644 (file)
--- a/dmenu.c
+++ b/dmenu.c
@@ -466,7 +466,7 @@ kpress(XKeyEvent * e) {
                                FILE *fp;
                                char *c;
                                if(!(fp = (FILE*)popen("sselp", "r")))
-                                       fprintf(stderr, "dmenu: Could not popen sselp\n");
+                                       eprint("dmenu: Could not popen sselp\n");
                                c = fgets(text + len, sizeof(text) - len, fp);
                                pclose(fp);
                                if(c == NULL)