On 06.01.2019 15:22, Julian Foad wrote:
Branko Čibej wrote:+ const svn_string_t line = {sb->data, sb->len};In plain old C, we can't write that, but we have a helper function: svn_stringbuf__morph_into_string().
but that destroys the original stringbuf, but that one is still needed. So we can't use that helper function.
Stefan