Przeglądaj źródła

Remove program name from error messages

master
Aaron Marcher 6 lat temu
rodzic
commit
2289798b6d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      slstatus.c

+ 1
- 1
slstatus.c Wyświetl plik

@@ -76,7 +76,7 @@ main(int argc, char *argv[])
sigaction(SIGTERM, &act, NULL);

if (!sflag && !(dpy = XOpenDisplay(NULL))) {
fprintf(stderr, "slstatus: cannot open display");
fprintf(stderr, "Cannot open display");
return 1;
}



Ładowanie…
Anuluj
Zapisz