Unboolify slock.c
1 files changed, 1 insertions(+), 1 deletions(-) M slock.c
M slock.c => slock.c +1 -1
@@ 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;