]> Kevux Git Server - fll/commit
Bugfix: Console stop is not appending to remaining array.
authorKevin Day <Kevin@kevux.org>
Tue, 17 Jun 2025 01:43:25 +0000 (20:43 -0500)
committerKevin Day <Kevin@kevux.org>
Tue, 17 Jun 2025 01:47:40 +0000 (20:47 -0500)
commit9d9f95d9f879ea4ca3477233f9ceb25251ba99f5
tree195edf1592432ecf3bc356b85d24c7215045a297
parent029824f8c2dd00c8edc6a85c82160a35be57bac9
Bugfix: Console stop is not appending to remaining array.

Make sure `stop` variable is set to TRUE.
Add new types to differentiate between when "stop" has been reached and when "stop" has not been reached.
For example, the `f_console_parameter_state_type_wrap_up_stop_e` designates that the "stop" is reached and is performing wrap up.
When the type is `f_console_parameter_state_type_wrap_up_e`, then the wrap up is happening with the "stop" being reached.

The wrap up is now appending to the remaining array.
level_0/f_console/c/console.c
level_0/f_console/c/console.h
level_0/f_console/c/console/common.h