[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: Branko Čibej <brane_at_xbc.nu>
Date: 2003-11-20 00:02:30 CET

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. :-)

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 20 00:01:20 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.