On Tue, Mar 29, 2016 at 11:04 PM, Jim Jagielski <[email protected]> wrote: > The fix is to add parens as needed to make the intent clear.
Why parens? strcmp(cmd->path, "/") != 0 looks better than !(strcmp(cmd->path, "/") == 0), IMHO.
On Tue, Mar 29, 2016 at 11:04 PM, Jim Jagielski <[email protected]> wrote: > The fix is to add parens as needed to make the intent clear.
Why parens? strcmp(cmd->path, "/") != 0 looks better than !(strcmp(cmd->path, "/") == 0), IMHO.