On Thu, 2011-06-02 at 23:18 +0200, Johan Corveleyn wrote: > On Thu, Jun 2, 2011 at 2:59 PM, <stef...@apache.org> wrote: > > Author: stefan2 > > Date: Thu Jun 2 12:59:59 2011 > > New Revision: 1130528 > > > > URL: http://svn.apache.org/viewvc?rev=1130528&view=rev > > Log: > > Replace calls to svn_string_create_from_buf with the much cheaper > > svn_string_create_from_buf. This is possible in all places where > ^^^^^^^^^^^^^^^^^^^^^^^ > > should be 'svn_string_from_buf'. I know the function has since been > renamed, but in the interest of consistency of log messages with > commit content ...
Should be 'svn_string_from_stringbuf' in fact. Fixed. - Julian