Closed
Bug 183969
Opened 23 years ago
Closed 14 years ago
bad checks for error returns from GetDirectoryFromDirService
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Assigned: timeless)
Details
Attachments
(1 file)
|
1.38 KB,
patch
|
Details | Diff | Splinter Review |
GetDirectoryFromDirService (in xptiInterfaceInfoManager.cpp) returns a PRBool,
not an nsresult. Some of its callers are confused about this matter.
| Reporter | ||
Comment 1•23 years ago
|
||
Updated•20 years ago
|
QA Contact: scc → xpcom
Comment 4•14 years ago
|
||
This code is gone.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•