]> Kevux Git Server - fll/commit
Bugfix: Fix problems revealed when working on FSS Extended List Read.
authorKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 00:12:32 +0000 (19:12 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 00:12:32 +0000 (19:12 -0500)
commit5437a456ed0bb24ad968634a4975e4f86e6840fb
treef0fcbb9c19089c7a8479e44f82ffff882b3250a9
parent7bd6684e3f401209a1fc773611c79cfa2797558b
Bugfix: Fix problems revealed when working on FSS Extended List Read.

Be sure to explicitly check data->objects.used is non-zero when counting total.

The Basic List and Extended List Object names, when being selected (via the --select parameter), should be trimmed by default.
This is because the Basic List nd Extended List standards define an Object name as beginning after on the first non-whitespace and ending at the last non-whitespace.

Minor syntax cleanups such as replaced "if (X > 0)" with "if (X)".
level_3/fss_basic_list_read/c/private-fss_basic_list_read.c
level_3/fss_basic_read/c/private-fss_basic_read.c
level_3/fss_extended_read/c/private-fss_extended_read.c