bug in svn_string_strip_whitespace ?
From: Martin Furter <mf_at_rola.ch>
Date: 2003-10-07 21:36:01 CEST
Hello
I'm not sure if it's supposed to be this way but
subversion/libsvn_subr/svn_string.c lines 188 - 195:
if (offset == str->len)
/* Go ahead! Waste some RAM, we've got pools! :) */
I'd have expected that it would look like this:
str->data += offset;
Is this a bug ?
Martin
---------------------------------------------------------------------
|
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.