Unboolify slock.c

このコミットが含まれているのは:
Laslo Hunhold 2016-10-17 20:28:09 +02:00 committed by Markus Teich
コミット 597469541c
1個のファイルの変更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;