To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80284
------- Additional comments from [EMAIL PROTECTED] Tue Aug 7 07:53:16 +0000 2007 ------- @jsc: 1 sal/rtl/source/ustrbuf.c:1.6.168.1 l. 89 "if (oldStr->length > 0)" instead of "if (newCapacity > 0)" made me uneasy, but should be OK (due to the fact that rtl_uString_new_WithLength unconditionally sets the length of the new string to zero). 2 Working unit tests for rtl::OUStringBuffer are in sal/qa/rtl/oustringbuffer, see <http://wiki.services.openoffice.org/wiki/Porting/Modules/SAL>. 3 rtl_stringbuffer_newFromStringBuffer in sal/rtl/source/strbuf.c:1.3 probably has the same problem and should also be fixed. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
