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

Re: svn commit: rev 1015 - trunk/subversion/bindings/ruby

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-22 13:19:53 CET

On Tue, Jan 22, 2002 at 04:17:40AM -0800, Greg Stein wrote:
> On Tue, Jan 22, 2002 at 06:03:25AM -0600, yoshiki@tigris.org wrote:
>...
> > +++ NEW/trunk/subversion/bindings/ruby/wc.c Tue Jan 22 06:03:12 2002
> > @@ -208,8 +208,8 @@
> > Check_Type (aPath, T_STRING);
> >
> > pool = svn_pool_create (NULL);
> > - value = svn_stringf_ncreate (StringValuePtr (aValue),
> > - RSTRING (aValue)->len, pool);
> > + value = svn_stringuf_ncreate (StringValuePtr (aValue),
> > + RSTRING (aValue)->len, pool);
>
> I'd say you should try building, too :-)
>
> That should be svn_stringbuf_ncreate. (missing 'b')

Whoops. I changed that prototype. It is now an 'const svn_string_t *', so
the function to call is 'svn_string_create' ... looks like I didn't get that
last 'f' deleted in the original code.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:57 2006

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.