[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: Philip Martin <philip_at_codematters.co.uk>
Date: Wed, 04 Jun 2008 16:19:35 +0100

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 :-(

---------------------------------------------------------------------
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 17:19:52 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.