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)


-- Brane

-- 
Branko Čibej
Director of Subversion | WANdisco | www.wandisco.com

Reply via email to