Commit c657917
committed
format: we need to include the last byte
We skip the last byte, which I guess happens to work for us, but is still improper.
Also use int because unsigned char is bad for ARM64 and cannot exceed the value of an unsigned char anyway.1 parent cbe2ee9 commit c657917
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments