mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Bugzilla bug #17486: need parentheses around a & operator in an expression
This commit is contained in:
parent
69311e0a8b
commit
c9c3ea67c9
@ -2983,7 +2983,7 @@ PRTransmitFileFlags flags, PRIntervalTime timeout)
|
||||
* to not consume too much virtual address space
|
||||
*/
|
||||
if ((sfd->file_offset == 0) ||
|
||||
(sfd->file_offset & (pagesize - 1) == 0)) {
|
||||
((sfd->file_offset & (pagesize - 1)) == 0)) {
|
||||
/*
|
||||
* case 1: page-aligned file offset
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user