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

Compile Error at r11994 with VC6

From: Masaru Tsuchiyama <tsuchiyama_at_asahi-net.email.ne.jp>
Date: 2004-11-23 01:42:56 CET

I'm getting a compile error with VC6 at libsvn_subr/config_win.c
of r11994. The error is introduced at r11993.

Index: subversion/libsvn_subr/config_win.c
===================================================================
--- subversion/libsvn_subr/config_win.c (revision 11994)
+++ subversion/libsvn_subr/config_win.c (working copy)
@@ -273,11 +273,11 @@
       if (!is_enoent)
         return svn_error_createf (SVN_ERR_BAD_FILENAME, NULL,
                                   "Can't open registry key '%s'",
- svn_path_local_style (file, pool));
+ svn_path_local_style (file, cfg->pool));
       else if (must_exist && is_enoent)
         return svn_error_createf (SVN_ERR_BAD_FILENAME, NULL,
                                   "Can't find registry key '%s'",
- svn_path_local_style (file, pool));
+ svn_path_local_style (file, cfg->pool));
       else
         return SVN_NO_ERROR;
     }

Masaru Tsuchiyama

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 23 01:44:11 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.