removed the only one and superfloues strncmp

This commit is contained in:
Anselm R. Garbe 2007-05-23 22:33:46 +02:00
parent 70c7b432ea
commit 32563abe86
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -278,7 +278,7 @@ main(int argc, char *argv[]) {
fd_set rd;
XEvent ev;
if(argc == 2 && !strncmp("-v", argv[1], 3))
if(argc == 2 && !strcmp("-v", argv[1]))
eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe, Sander van Dijk\n");
else if(argc != 1)
eprint("usage: dwm [-v]\n");