diff options
| author | Laslo Hunhold <dev@frign.de> | 2016-10-17 20:28:09 +0200 |
|---|---|---|
| committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-10-18 00:29:41 +0200 |
| commit | 597469541c10fdb8920ed190b72763b0719e5cb5 (patch) | |
| tree | 9613115d46679c55a25a62d718f5b249d3a3ff9a | |
| parent | c96e725df0c449abb5f1f6a3b604f64fa69c4756 (diff) | |
Unboolify slock.c
| -rw-r--r-- | slock.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -166,7 +166,7 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens, | |||
| 166 | running = !!strcmp(inputhash, hash); | 166 | running = !!strcmp(inputhash, hash); |
| 167 | if (running) { | 167 | if (running) { |
| 168 | XBell(dpy, 100); | 168 | XBell(dpy, 100); |
| 169 | failure = True; | 169 | failure = 1; |
| 170 | } | 170 | } |
| 171 | explicit_bzero(&passwd, sizeof(passwd)); | 171 | explicit_bzero(&passwd, sizeof(passwd)); |
| 172 | len = 0; | 172 | len = 0; |
