Closed
Bug 103894
Opened 24 years ago
Closed 24 years ago
uint used for uint_t test
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: colin, Assigned: netscape)
Details
When checking to see if uint_t is available, we incorrectly test with uint
instead. The offending line is:
http://lxr.mozilla.org/seamonkey/source/configure.in#2030
Notice the type of foo. It should be uint_t.
| Assignee | ||
Comment 1•24 years ago
|
||
Oops! The fix has been checked in. Thanks.
| Assignee | ||
Comment 2•24 years ago
|
||
Argh. Fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•