Closed Bug 286926 Opened 20 years ago Closed 20 years ago

&& should be & in nsMsgDBView::ToggleExpansion

Categories

(MailNews Core :: Backend, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jruderman, Assigned: Bienvenu)

Details

Attachments

(1 file)

http://lxr.mozilla.org/mozilla/source/mailnews/base/src/nsMsgDBView.cpp#3923

if (!(flags & MSG_VIEW_FLAG_ISTHREAD) || !(flags && MSG_VIEW_FLAG_HASCHILDREN))

&& looks like a typo for &.
There are two occurances of the '&&' which look like they should be '&'. The
attached patched changes both.
Art: you need to request review/super-review.  Please see
http://www.mozilla.org/hacking/life-cycle.html for details, and
http://www.mozilla.org/owners.html for the list of people.
Comment on attachment 178041 [details] [diff] [review]
Patch changing '&&' to '&'

R=ducarroz. Thank you for fixing it
Attachment #178041 - Flags: review+
Attachment #178041 - Flags: superreview?(bienvenu)
Attachment #178041 - Flags: superreview?(bienvenu) → superreview+
re-assign to bienvenu.

david, can you land this?
Assignee: sspitzer → bienvenu
fix checked in, thx, Art. I also cleaned up some of the braces style in that
code as well...
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Verified FIXED using LXR for code inspection.
Status: RESOLVED → VERIFIED
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: