]> Kevux Git Server - fll/commit
Bugfix: FSS Basic Read and FSS Basic List Read problems and cleanups.
authorKevin Day <thekevinday@gmail.com>
Thu, 6 May 2021 01:09:43 +0000 (20:09 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 6 May 2021 02:14:35 +0000 (21:14 -0500)
commit677fd5ceaba6658ba397c5edb3db63202c0e9022
tree698170af074cfbda9c09c0e6130573abc0fa6b5d
parenta9cd462ef70d47bddac0f403ef431e6726a2d320
Bugfix: FSS Basic Read and FSS Basic List Read problems and cleanups.

The delimit is not being calculated correctly.
The fss_basic_read_load() and fss_basic_list_read_load functions are out of place.
The parameter order for some functions like fss_basic_read_print_at() are not adhering to the ordering practices (constants on the left).
The total is not consistently being counted.

The FSS Basic Read is not taking into consideration when Content is empty and --object is or is not selected for some line specific processing.
When there is only --content, then whether or not Content is empty matters.
When there is --object (or both --object and --content), then whether or not Content is empty does not matter because Object is already taking up a given line.
level_3/fss_basic_list_read/c/fss_basic_list_read.c
level_3/fss_basic_list_read/c/private-fss_basic_list_read.c
level_3/fss_basic_list_read/c/private-fss_basic_list_read.h
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