Closed
Bug 741
Opened 26 years ago
Closed 26 years ago
Typo bug at line 451 of lib/layout/laybuiltin.c
Categories
(MozillaClassic Graveyard :: Layout, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rkl, Assigned: toshok)
Details
I think there's a typo bug at line 451 of lib/layout/laybuiltin.c:
builtin_width was supposed to be asigned to, but the author put builtin->width.
Compiler whinges about an uninitialised variable in the original code without
this being fixed.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
asking rkl@connect.org.uk to verify
qa contact set to beppe@netscape.com
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
presuming rkl@connect.org.uk is satisfied with fix, marking verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•