Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] master e16500e: Fix check for NUL at the

From: Bálint Réczey <balint@xxxxxxxxxxxxxxx>
Date: Wed, 13 May 2015 08:28:01 +0200
2015-05-13 0:26 GMT+02:00 Guy Harris <guy@xxxxxxxxxxxx>:
>
> On May 12, 2015, at 3:13 PM, Evan Huus <eapache@xxxxxxxxx> wrote:
>
>> Argh, one of these days I will learn to just put parentheses in rather
>> than taking guesses at C operator precedence :(
>
> Yeah, the rule I've found works best for me is "if you aren't certain, throw parentheses at it".
Yes, in this case parentheses are a must.
I also llike putting them when the reader may not guess the precedence
correctly easily. This reader can be myself later ;-).

Cheers,
Balint