[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 1545 - trunk/subversion/libsvn_subr

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-03-18 18:09:58 CET

kfogel@tigris.org writes:

> Author: kfogel
> Date: 2002-03-18 16:18 GMT
> New Revision: 1545
>
> Modified:
> trunk/subversion/libsvn_subr/svn_string.c
> Log:
> * subversion/libsvn_subr/svn_string.c
> (svn_string_strip_whitespace): Apply same fix here that Sander
> applied to svn_stringbuf_strip_whitespace in rev 1540.
>
>
> Modified: trunk/subversion/libsvn_subr/svn_string.c
> ==============================================================================
> --- trunk/subversion/libsvn_subr/svn_string.c (original)
> +++ trunk/subversion/libsvn_subr/svn_string.c Mon Mar 18 10:18:26 2002
> @@ -188,6 +188,7 @@
> /* Go ahead! Waste some RAM, we've got pools! :) */
> str->data += offset;
> str->len -= offset;
> + str->blocksize -= offset;

But that's a string, it doesn't have a blocksize.

../svn/subversion/libsvn_subr/svn_string.c: In function `svn_string_strip_whitespace':
../svn/subversion/libsvn_subr/svn_string.c:191: structure has no member named `blocksize'

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 18 18:11:42 2002

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.