Closed
Bug 129973
Opened 23 years ago
Closed 23 years ago
nsDebug requires nspr.
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
Index: nsDebug.cpp
===================================================================
RCS file: /cvsroot/mozilla/xpcom/glue/nsDebug.cpp,v
retrieving revision 3.60
diff -r3.60 nsDebug.cpp
212c212
< if (assertBehavior && PL_strcmp(assertBehavior, "warn") == 0)
---
> if (assertBehavior && strcmp(assertBehavior, "warn") == 0)
Comment 2•23 years ago
|
||
r=dp
Comment 3•23 years ago
|
||
a=shaver for 1.0 trunk.
Assignee | ||
Comment 4•23 years ago
|
||
Checking in nsDebug.cpp;
/cvsroot/mozilla/xpcom/glue/nsDebug.cpp,v <-- nsDebug.cpp
new revision: 3.61; previous revision: 3.60
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•