]> Kevux Git Server - fll/commit
Progress: Address incomplete updates to several programs.
authorKevin Day <kevin@kevux.org>
Tue, 18 Apr 2023 00:29:59 +0000 (19:29 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 18 Apr 2023 00:29:59 +0000 (19:29 -0500)
commit730cea245f5eac2b6144b6b55fc2e952e4100b54
tree9114f0b8651f3144191dfd8baabbaae53f935538
parent82689bbec8c431883389c198631763f1c44c9580
Progress: Address incomplete updates to several programs.

A previous progress commit (or series of commits) left these programs incompletely updated when they should otherwise compile.

Add "machine" name type to the fss_write matching logic.

Add missing macro function string fo f_thread_create.

Fix out of date initializes that now need different arguments or sets of arguments.

The changes to fss_write accidentally mass replaced the special fss_write_setting_load() uses that have a callback parameter.
The embedded list write has the wrong format code string ("basic" should be "embedded list").

The iki_write has an out of place declaration of iki_write_main_delete().
28 files changed:
level_3/fss_write/c/basic/common.c
level_3/fss_write/c/basic/common.h
level_3/fss_write/c/basic/main.c
level_3/fss_write/c/basic_list/common.c
level_3/fss_write/c/basic_list/common.h
level_3/fss_write/c/basic_list/main.c
level_3/fss_write/c/embedded_list/common.c
level_3/fss_write/c/embedded_list/common.h
level_3/fss_write/c/embedded_list/main.c
level_3/fss_write/c/extended/common.c
level_3/fss_write/c/extended/common.h
level_3/fss_write/c/extended/main.c
level_3/fss_write/c/extended_list/common.c
level_3/fss_write/c/extended_list/common.h
level_3/fss_write/c/extended_list/main.c
level_3/fss_write/c/main/common/print.c
level_3/fss_write/c/main/common/print.h
level_3/fss_write/c/main/common/type.h
level_3/fss_write/c/main/main.c
level_3/fss_write/c/main/main/print.c
level_3/fss_write/c/main/print/message.c
level_3/fss_write/c/payload/common.c
level_3/fss_write/c/payload/common.h
level_3/fss_write/c/payload/fss_write.c
level_3/fss_write/c/payload/main.c
level_3/iki_read/c/main/common/type.h
level_3/iki_write/c/main/common/define.h
level_3/iki_write/c/main/common/type.h