Browse Source

Unboolify slock.c

master
Laslo Hunhold 8 years ago committed by Markus Teich
parent
commit
597469541c
  1. 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…
Cancel
Save