Please make sure that JavaScript is enabled in your browser. If you are using a browser extension to selectively enable or disable JavaScript, make sure it's enabled for this server.
Describe your changes (optional):
Review Request #2016 — Created Nov. 4, 2022 and submitted Nov. 4, 2022, 3:53 a.m.
I have no idea why I didn't do these in /r/1822.
Compile only.
Ship It!
Great work, thanks!!
Fix an off-by-one. The previous (*(byte++) & 128) != 0 would increment byte on the final comparison, so we need to as well in the while loop version.
Fix an off-by-one.
The previous (*(byte++) & 128) != 0 would increment byte on the final comparison, so we need to as well in the while loop version.
(*(byte++) & 128) != 0
byte
while
Revision 2 (+354 -534)
Show changes