Open
Bug 274329
Opened 21 years ago
Updated 3 years ago
Cleanup nsnull usage in conditional expressions
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
Cleanup nsnull usage in conditional expressions.
The preferred style is "if (ptr)", not "if (nsnull != ptr)" which is frequently
used. Same for "nsnull == ptr" vs "!ptr".
Comment 2•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: MatsPalmgren_bugz → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•