On 28.10.2011 23:47, Stefan Sperling wrote:
On Fri, Oct 28, 2011 at 09:09:29PM -0000, stef...@apache.org wrote:
Author: stefan2
Date: Fri Oct 28 21:09:28 2011
New Revision: 1190575

URL: http://svn.apache.org/viewvc?rev=1190575&view=rev
Log:
Similar to svn_stringbuf_create_empty, introduce svn_string_create_empty.
+/** Create a truely empty string object (length and blocksize are 0)
+ * @since New in 1.7.
+ */
+svn_string_t *
+svn_string_create_empty(apr_pool_t *pool);
Shouldn't this say "New in 1.8"?
Oops .. fixed in 1194865.
Thanks for noticing.

-- Stefan^2.

Reply via email to