On Tue, 3 Jun 2014 18:32:13 +0100 Dimitris Papastamos <[email protected]> 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 <[email protected]>
