Eliminate a gcc warning.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 1 Jul 2008 04:35:13 +0000 (21:35 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 1 Jul 2008 04:35:13 +0000 (21:35 -0700)
commitd6ac4affcd30b889ef69ab2c2d7e31c756cc6c6f
tree61f46c367fc33fe8cf2a3d59248c7a298d3849a8
parent260aaf269765b6fdf0c74ec51615e38a70b27fa3
Eliminate a gcc warning.

Add parentheses around arithmetic near a shift operator, to get rid of a
gcc warning.  The code was correct before, and this change causes it to
diverge from the LBFS sources it was derived from, but it is worthwhile to
get rid of the gcc warning.
chunk.cc