]> Kevux Git Server - fll/commit
Update: The format sentence end strings, making their usage more clear.
authorKevin Day <Kevin@kevux.org>
Sun, 28 Jul 2024 22:18:07 +0000 (17:18 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 28 Jul 2024 22:28:54 +0000 (17:28 -0500)
commit2a0ce5f865110843608b81bbb478efa73eb4bc19
tree17ab3c61c89fa5d5f2f92c545d1f14105290b411
parentce83a8bb739d0562bfe132331eca61bec51edbf0
Update: The format sentence end strings, making their usage more clear.

The sentence ends, unlike the other similar global static strings, does not have the "_single" in the name.
Add the "_single" in the name and then for consistency addthe case where there should be no "_single".

These cases are as a result now handled:
- ".%r".
- "'.%r".
- "%[.%]%r"
- "%['.%]%r"
- "%[%[.%]%]%r"
- "%[%['.%]%]%r"
20 files changed:
build/stand_alone/byte_dump.config.h
build/stand_alone/example.config.h
build/stand_alone/fake.config.h
build/stand_alone/firewall.config.h
build/stand_alone/utf8.config.h
level_0/f_string/c/string/static.c
level_0/f_string/c/string/static.h
level_2/fll_error/c/error.c
level_2/fll_program/c/program/print.c
level_3/byte_dump/c/main/print/error.c
level_3/control/specifications/settings.txt
level_3/fake/c/main/print/error.c
level_3/fake/c/main/print/message.c
level_3/firewall/c/main/print/error.c
level_3/fss_identify/c/main/print/error.c
level_3/fss_read/c/main/main/print.c
level_3/fss_read/c/main/print/error.c
level_3/fss_read/c/payload/print.c
level_3/fss_write/c/main/main/print.c
level_3/utf8/c/main/print/error.c