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

Re: svn commit: r38890 - trunk/subversion/libsvn_wc

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 23 Aug 2009 13:32:11 -0400

On Thu, Aug 20, 2009 at 15:30, Hyrum K. Wright<hyrum_at_hyrumwright.org> wrote:
>...
> +++ trunk/subversion/libsvn_wc/entries.c        Thu Aug 20 12:30:08 2009        (r38890)
>...
> @@ -3264,7 +3263,7 @@ svn_wc__walker_default_error_handler(con
>  {
>   /* Note: don't trace this. We don't want to insert a false "stack frame"
>      onto an error generated elsewhere.  */
> -  return err;
> +  return svn_error_return(err);
>  }

Really?! Come on, man. Read the comment **right above that return**

-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2386538
Received on 2009-08-23 19:32:36 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.