]> Kevux Git Server - fll/commit
Update: Use a regular int instead of uint8_t for counting digit in conversion function.
authorKevin Day <thekevinday@gmail.com>
Sun, 19 Jun 2022 00:24:56 +0000 (19:24 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 19 Jun 2022 00:24:56 +0000 (19:24 -0500)
commitb165b923185d82930314c86ae7fad94b6743bb69
tree34cddb5ed85759f57ed31eb37e2039cfa41c2674
parentfdfef157675f3a1c634014da22d0862d53e986f8
Update: Use a regular int instead of uint8_t for counting digit in conversion function.

The calculations are based on data.width, which is an int.
Make the code more consistent and less error prone by matching the data top.
level_0/f_conversion/c/private-conversion.c