[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r31583 - trunk/subversion/libsvn_wc

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Wed, 04 Jun 2008 12:14:34 -0400

Philip Martin <philip_at_codematters.co.uk> writes:
> blair_at_tigris.org writes:
>> Author: blair
>> Date: Wed Jun 4 08:01:31 2008
>> New Revision: 31583
>>
>> Log:
>> * subversion/libsvn_wc/entries.c:
>> Style change. Replace all
>> if (! strcmp(a, b))
>> with
>> if (strcmp(a, b) == 0)
>
> I see this has got into hacking when I wasn't paying attention :-(

Heh. Didn't know you minded; can you survive? :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-04 18:15:03 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.