To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59722





------- Additional comments from [EMAIL PROTECTED] Tue Jan  3 07:37:37 -0800 
2006 -------
I did a wrong fix of the pointer subtraction. By other words:

(uintptr_t)targetLimit-(uintptr_t)target != (UChar*)targetLimit-(UCHar*)target

The correct solution is:

((uintptr_t)targetLimit-(uintptr_t)target)/sizeof(UChar)

I'll attach a new version of the patch where this problem is fixed. I had found
a similar problem with genbrk and it is gone with the new patch.

I am sorry for the troubles with the patch. I wanted to report the patch before
Christmas but I was unable to finish full rebuild and tests in time :-(

---------------------------------------------------------------------
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]

Reply via email to