To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58259
User vq changed the following:
What |Old value |New value
================================================================================
Assigned to|vq |hjs
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jan 3 20:04:00 -0800
2006 -------
This:
+++ dmake/make.c 4 Jan 2006 04:01:14 -0000
@@ -477,7 +477,7 @@
FREE(dp);
if ( prev == NIL(LINK) ) {
cp->ce_prq = next;
- dp = next;
+ dp = NULL; /* dp will be the new value of prev. */
}
else {
fixes my thinko and lets all testcases pass.
Reassigning for verification.
---------------------------------------------------------------------
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]