]> Kevux Git Server - fll/commit
Bugfix: Base 10 was used in hexdigit for comparison, resulting in invalid number...
authorKevin Day <thekevinday@gmail.com>
Sat, 13 Nov 2021 21:24:38 +0000 (15:24 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 13 Nov 2021 21:24:38 +0000 (15:24 -0600)
commit2d43be7f5cf8288773b8748b4caffa19997ebd37
tree23ebc618ca544448d63da56e4b7695e0af42f1fb
parentac3911ffe3f86b27a6ae7a3b9fe09ae222fea165
Bugfix: Base 10 was used in hexdigit for comparison, resulting in invalid number conversion.

Looks like I accidentally used based 10 numbers.
The 0x29 is supposed to be 0x2f (I was thinking 30-1 = 29, but in hex it is actually 2f).
level_0/f_conversion/c/conversion.c
level_1/fl_conversion/c/conversion.c