Unboolify slock.c

This commit is contained in:
Laslo Hunhold 2016-10-17 20:28:09 +02:00 committed by Markus Teich
parent c96e725df0
commit 597469541c
1 changed files with 1 additions and 1 deletions

View File

@ -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;