]> Kevux Git Server - fll/commit
Cleanup: Switch from _ui_ format string to _un_ format string to match the print...
authorKevin Day <kevin@kevux.org>
Thu, 15 Feb 2024 04:28:10 +0000 (22:28 -0600)
committerKevin Day <kevin@kevux.org>
Thu, 15 Feb 2024 04:28:10 +0000 (22:28 -0600)
commitc01361a275681e8439b7188fd6386c4efa04fa5c
treebed30e7f090e8e92b71db7346af514e134a35e49
parentc5a563f5d0e5c9d180da6cce3885dbc1198a6b4a
Cleanup: Switch from _ui_ format string to _un_ format string to match the print format arguments.

The _un_ format string is provided to directly match '%un' which is intended to directly match f_number_unsigned_t.
This is intended to make things easier (and safer) to hack.
That is, changing the data size of f_number_unsigned_t.

The _ul_ format string is specifically intended to be an unsigned long, period.
level_3/controller/c/rule/private-rule.c
level_3/fake/c/main/print/error.c
level_3/fss_identify/c/main/print/error.c
level_3/fss_read/c/main/print/error.c
level_3/utf8/c/main/print/error.c