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

Re: [PATCH] : issue #1584 : Prevent revision props on files/dirs

From: David Kimdon <david_at_kimdon.org>
Date: 2003-11-20 08:35:37 CET

On Thu, Nov 20, 2003 at 12:02:30AM +0100, Branko ??ibej wrote:
> David Kimdon wrote:
>
> >+
> >+ for (i = 0; i < sizeof (revision_props) / sizeof (char *); i++)
> >+ {
> >
> >
> Now be nice and write
>
> sizeof (revision_props) / sizeof (revision_props[0])
>
> and save future generations from hard-to-find bugs. :-)

good point, will fix.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 20 07:44:30 2003

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.