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

Re: svn commit: r38053 - trunk/subversion/libsvn_subr

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 17 Jun 2009 17:59:26 +0200

Bert Huijben wrote:
> Hi Stefan,
[snip]
>
> You define err here
>> *cfg = NULL;
>>
>> @@ -210,7 +211,14 @@ get_category_config(svn_config_t **cfg,
>> category, NULL);
>> #endif /* WIN32 */
>>
>> - SVN_ERR(svn_config__sys_config_path(&sys_cfg_path, category,
> pool));
>> + error = svn_config__sys_config_path(&sys_cfg_path, category, pool);
>
> And use error here.
>
> (See the buildbots: http://crest.ics.uci.edu/buildbot/waterfall)

Ups, sorry. Fixed in r38055.
I've tested the whole thing before I renamed the 'error' to 'err' - I
thought I could make such a change without a rebuild :(

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2362869

Received on 2009-06-17 17:59:43 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.