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(). -- - Julian
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(). -- - Julian