]> Kevux Git Server - control/commit
Update: Utilize the F_status_debug_source_d for handling the errors.
authorKevin Day <Kevin@kevux.org>
Wed, 12 Nov 2025 05:26:09 +0000 (23:26 -0600)
committerKevin Day <Kevin@kevux.org>
Wed, 12 Nov 2025 05:26:09 +0000 (23:26 -0600)
commitfcb8c04a0e87ef41a4c8421a7c21894f635d1ef3
tree0c5ec00490d026d7e38c658a2f2e6b758746a7cb
parent19fcf8472279b634b9ebf02b29cee1ad72147d44
Update: Utilize the F_status_debug_source_d for handling the errors.

This simplifies some of the logic and code.

However, there are some disadvantages of doing this.
One such disadvantage is losing the specific function that has failed.
The location in the source file should be sufficient, if not ideal.
sources/c/program/control/control/main.c
sources/c/program/control/main/common.c
sources/c/program/control/main/common/print.c
sources/c/program/control/main/common/print.h
sources/c/program/control/main/print/error.c
sources/c/program/control/main/print/error.h
sources/c/program/control/main/process.c