]> Kevux Git Server - fll/commit
Bugfix: Several of the parameters are not handling the desired set of possible combin...
authorKevin Day <thekevinday@gmail.com>
Sat, 1 May 2021 19:46:21 +0000 (14:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 1 May 2021 19:46:21 +0000 (14:46 -0500)
commit2c1dc76e52d2389f3aaba80fb1d42bb20305d790
tree6337194a52b6eb31b2c7598bb1e3f568067e7ddd
parent8fa5f44a49058d27a2ae9d7dbf46fd9ca23c2278
Bugfix: Several of the parameters are not handling the desired set of possible combinations.

With recent changes, more parameters may be used together than before.
This exposed how several combinations simply did nothing or did not do what was expected.

Redesign and even simplify the code to allow these parameters to work together.

Some of the code is abstracted out into their own functions.

There is a goal to have a data structure for passing setting, but before that is done I want to make other significant changes FLL-wide.
For this reason, I am putting in place a temporary 'print_this' bitwise variable.
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_read/c/private-fss_basic_read.c
level_3/fss_basic_read/c/private-fss_basic_read.h