]> Kevux Git Server - fll/commit
Bugfix: The out of range is printing and then continues processing.
authorKevin Day <thekevinday@gmail.com>
Wed, 30 Mar 2022 03:37:07 +0000 (22:37 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 30 Mar 2022 03:37:07 +0000 (22:37 -0500)
commitba3646addcd9ef8eecae2fd2c73df54750309736
tree74a458c557661eadf360ea5515028029e15cb660
parent6bee577596b49115cb30900607341e585ab3e413
Bugfix: The out of range is printing and then continues processing.

When out of range happens an error should be printed and should stop processing for that parameter.
This is not happening because the status is incorrectly being returned when status is not assigned an error bit.
The out of range check happens independent of the status variable.
level_3/fss_status_code/c/private-fss_status_code.c
level_3/status_code/c/private-status_code.c