-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Lines 49 to 50 in fa61c01
| output[index++] = (value >>> (bits - 8)) & 255 | |
| bits -= 8 |
Switch the places of the two lines of code. Subtract 8 from the bits first, so that you don’t have to subtract it again.
Metadata
Metadata
Assignees
Labels
No labels