Bugzilla bug #17486: need parentheses around a & operator in an expression

This commit is contained in:
wtc%netscape.com 1999-10-28 22:03:08 +00:00
parent 69311e0a8b
commit c9c3ea67c9

View File

@ -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
*/