On 09.01.2013 19:35, Ben Reser wrote: > On Wed, Jan 9, 2013 at 10:00 AM, Branko Čibej <[email protected]> wrote: >> On 09.01.2013 18:54, [email protected] wrote: >>> - if (header->is_delta) >>> + if (header->is_delta == FALSE) >> Can we please use logical operators to test boolean values, not >> arithmetic ones? >> >> if (!header->is_delta) > There's quite a few examples of this in the code right now that we > should fix then
Agreed -- we should fix them. -- Brane -- Branko Čibej Director of Subversion | WANdisco | www.wandisco.com

