mirror of
https://github.com/mintycube/slock.git
synced 2024-10-22 12:05:51 +00:00
Unboolify slock.c
This commit is contained in:
parent
c96e725df0
commit
597469541c
2
slock.c
2
slock.c
@ -166,7 +166,7 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens,
|
||||
running = !!strcmp(inputhash, hash);
|
||||
if (running) {
|
||||
XBell(dpy, 100);
|
||||
failure = True;
|
||||
failure = 1;
|
||||
}
|
||||
explicit_bzero(&passwd, sizeof(passwd));
|
||||
len = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user