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

Re: svn commit: r13329 - branches/locking/subversion/libsvn_client

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-03-09 21:38:39 CET

fitz@tigris.org writes:

> + for (i = 0; i < commit_items->nelts; ++i)
> + {
> + svn_client_commit_item_t *item;
> + item = APR_ARRAY_IDX (commit_items, i, svn_client_commit_item_t *);
> +
> + if (item->state_flags != SVN_CLIENT_COMMIT_ITEM_LOCK_TOKEN) {
> + found_changed_path = TRUE;

Should be:

   if ...
     {
       found_changed_path = TRUE;
       break;
     }

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 9 21:42:49 2005

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.