]> Kevux Git Server - fll/commit
Bugfix: The decimal '.' (0x2e) should not be considered a number.
authorKevin Day <thekevinday@gmail.com>
Thu, 7 Oct 2021 01:59:38 +0000 (20:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 7 Oct 2021 01:59:38 +0000 (20:59 -0500)
commit6e51ec3e954a9b57b62fcf2785f29da67ec2e662
tree57f65aa695edd12d6ca87e9f393f82e9435941cb
parent3d89fd1f38a88be3ae5a506ac63fa986ea49b2ed
Bugfix: The decimal '.' (0x2e) should not be considered a number.

The decimal may be a number character, but the conversion functions are for whole numbers only.
Consider the presence of decimals an error.
Use the F_number_decimal character to communicate this case.
level_1/fl_conversion/c/conversion.c
level_1/fl_conversion/c/conversion.h