[hackers] [dmenu] Fixed typo introduced by shared code || Eric Pruitt
commit bbf7b95dc93a47dbb5a4143b903797dc97197515
Author: Eric Pruitt <eric.pruitt_AT_gmail.com>
AuthorDate: Wed Aug 5 19:19:14 2015 -0700
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Thu Aug 6 12:47:51 2015 +0200
Fixed typo introduced by shared code
diff --git a/dmenu.c b/dmenu.c
index 11b6e8d..f0bc176 100644
--- a/dmenu.c
+++ b/dmenu.c
_AT_@ -118,7 +118,7 @@ main(int argc, char *argv[]) {
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
fputs("warning: no locale support\n", stderr);
if(!(dpy = XOpenDisplay(NULL)))
- die("dwm: cannot open display\n");
+ die("dmenu: cannot open display\n");
screen = DefaultScreen(dpy);
root = RootWindow(dpy, screen);
sw = DisplayWidth(dpy, screen);
Received on Thu Aug 06 2015 - 12:48:47 CEST
This archive was generated by hypermail 2.3.0
: Thu Aug 06 2015 - 13:00:13 CEST