Re: [dev] [slock] [PATCH] Fix slock to work with /etc/passwd

From: FRIGN <dev_AT_frign.de>
Date: Tue, 3 Jun 2014 19:34:13 +0200

On Tue, 3 Jun 2014 18:32:13 +0100
Dimitris Papastamos <sin_AT_2f30.org> wrote:

> On Tue, Jun 03, 2014 at 07:28:37PM +0200, FRIGN wrote:
> > - if(num && !iscntrl((int) buf[0]) && (len + num < sizeof passwd)) {
> > + if(num && !iscntrl((int) buf[0]) && (len + num < sizeof passwd)) {
>
> Whitespace issue?
>
> Other than that it looks sensible.
>

Yeah, check out the end of the line after the '{'.

-- 
FRIGN <dev_AT_frign.de>
Received on Tue Jun 03 2014 - 19:34:13 CEST

This archive was generated by hypermail 2.3.0 : Tue Jun 03 2014 - 19:36:14 CEST