]> Kevux Git Server - fll/commit
Update: Switch to using the common format string structure where possible.
authorKevin Day <thekevinday@gmail.com>
Mon, 15 Jan 2024 03:13:47 +0000 (21:13 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 15 Jan 2024 03:13:47 +0000 (21:13 -0600)
commitf37a66466c296489ad9c483fb2bed5760918ed52
tree271533d98e0ae2a18b9107f60cbfa45328b5a28f
parent72f0612d0f8029aeec3c60093451b3a17f3f72e5
Update: Switch to using the common format string structure where possible.

There may be other cases, but these are the ones I was able to quickly find.
After glancing over this I would also note that the common parameter argument printing could also be made common strings.
These would be common strings that are specific to something like fll_program.
level_3/controller/c/entry/private-entry.c
level_3/controller/c/entry/private-entry_print.c
level_3/controller/c/rule/private-rule.c
level_3/controller/c/rule/private-rule_print.c
level_3/fake/c/main/build/print/warning.c
level_3/fake/c/main/make/print/error.c
level_3/fake/c/main/make/print/message.c
level_3/fake/c/main/make/print/warning.c
level_3/fake/c/main/print/error.c
level_3/firewall/c/private-firewall.c