Dear Juan,
Thanks for reviewing!
I'm glad to change, but the surrounding code use memcmp(...)==0
On Fri, Jun 28, 2013 at 11:31 PM, Juan Lang <juan.lang@gmail.com> wrote:
> It's more in line with most C code to use !memcmp(...) instead of
> memcmp(...)==0. I find it easier to scan, anyway, as I've gotten used to !
> comparisons to check equality in memcmp, strcmp, and variants.
>
already, should I change that as well?