[hackers] [slock] Unboolify slock.c || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Tue, 18 Oct 2016 00:29:43 +0200 (CEST)

commit 597469541c10fdb8920ed190b72763b0719e5cb5
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Mon Oct 17 20:28:09 2016 +0200
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Tue Oct 18 00:29:41 2016 +0200

    Unboolify slock.c

diff --git a/slock.c b/slock.c
index 4d7f06f..ad539dc 100644
--- a/slock.c
+++ b/slock.c
_AT_@ -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;
Received on Tue Oct 18 2016 - 00:29:43 CEST

This archive was generated by hypermail 2.3.0 : Tue Oct 18 2016 - 00:36:15 CEST