pinosaur
/
slock.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
925381b
)
next version will be 0.8
author
Anselm R. Garbe
<garbeam@gmail.com>
Sat, 24 Nov 2007 20:27:44 +0000
(21:27 +0100)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Sat, 24 Nov 2007 20:27:44 +0000
(21:27 +0100)
config.mk
patch
|
blob
|
history
slock.c
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
6dbd4c4
..
345475c
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# slock version
-VERSION = 0.
7
+VERSION = 0.
8
# Customize below to fit your system
diff --git
a/slock.c
b/slock.c
index
a7f79d9
..
af5d206
100644
(file)
--- a/
slock.c
+++ b/
slock.c
@@
-69,8
+69,10
@@
main(int argc, char **argv) {
XEvent ev;
XSetWindowAttributes wa;
- if((argc
> 1) && !strncmp(argv[1], "-v", 3
))
+ if((argc
== 2) && !strcmp("-v", argv[1]
))
eprint("slock-"VERSION", © 2006-2007 Anselm R. Garbe, Sander van Dijk\n");
+ else if(argc != 1)
+ eprint("usage: slock [-v]\n");
pws = get_password();
if(!(dpy = XOpenDisplay(0)))
eprint("slock: cannot open display\n");