Closed
Bug 12624
Opened 26 years ago
Closed 26 years ago
warning (bug!) in nsHTMLOptionElement.cpp
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
People
(Reporter: Brade, Assigned: pollmann)
Details
Warning: possible unwanted compare
nsHTMLOptionElement.cpp line 285 result == GetIndex(&indx);
please fix asap since it's not doing what you intend and result isn't initialized
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•26 years ago
|
||
Thanks!
I wonder if I can plea temporary insanity on this one?
I'll check in a fix as soon as the tree opens!
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•26 years ago
|
||
Just checked in a fix. I must have been more tired than I thought last night!
:)
You need to log in
before you can comment on or make changes to this bug.
Description
•