To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=90060
------- Additional comments from [EMAIL PROTECTED] Thu Aug 14 07:49:18 +0000 2008 ------- Hi Eike, First, I will say sorry for my sudden left from IRC yesterday. Please forgive me. :) I have considered what you said, yes, there is no necessary to add another flag for that case, nStackBase and sp can tell us where is abnormal. But the relation ship between nStackBase and sp is not the same as you said. In normal cases, nStackBase is equal to sp, after ScIfJump() called, because it will pop the condition token, and push a jumpmatrix or a value (1 or o), so sp remains the same. and in this special case, condition is also popped, but nothing pushed, so sp is less then nStackBase. So, check this patch please. Thanks. :) --------------------------------------------------------------------- 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]
