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

Re: [PATCH] First cut at 1954 solution

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-12-07 22:52:33 CET

VK Sameer wrote:

>+svn_error_t*
>+svn_path_is_valid_in_svn (const char *path,
>+ apr_size_t len,
>+ apr_pool_t *pool)
>+{
>+ int i;
>+ for (i = 0; i < len; i++)
>+ {
>
Signed/unsigned mismatch here. Never use a signed induction variable
when the loop limit is unsigned.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 7 22:53:38 2004

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.