]> Kevux Git Server - fll/commit
Regression: The console should return F_complete_not when incomplete.
authorKevin Day <Kevin@kevux.org>
Sat, 28 Jun 2025 03:22:35 +0000 (22:22 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 28 Jun 2025 03:27:13 +0000 (22:27 -0500)
commit0528da1f04759ff677550ea9c9f2a7f338daf5a7
treea0028b4533bfddda1b4fe60faa97d07fdc507f19
parent9d9f95d9f879ea4ca3477233f9ceb25251ba99f5
Regression: The console should return F_complete_not when incomplete.

This is a regression in the commit 9d9f95d9f879ea4ca3477233f9ceb25251ba99f5.

The check to see if the needs array is still used on exit ended up moving up inside a nested function.

This results in situations where the check gets missed.

Relocate the check outside of the conditional blocks (but still inside the F_process conditional block).
level_0/f_console/c/console.c