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





------- Additional comments from [EMAIL PROTECTED] Tue May 31 15:14:02 -0700 
2005 -------
I managed to miss an important negation.

-              if( *Buffer || *DmStrSpn( Buffer, " \t\r\n" ) == '\0' ) break;
+              if( !*Buffer || *DmStrSpn( Buffer, " \t\r\n" ) == '\0' ) break;

This way it silently discarded everything after an empty line. Surprisingly
enough OOo build to the end with this bug!

Fixed in cws.

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