]> Kevux Git Server - fll/commit
Bugfix: FSS Basic and Extended List Read -a -n -l parameter fails to work as expected.
authorKevin Day <thekevinday@gmail.com>
Sun, 5 Sep 2021 21:32:56 +0000 (16:32 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 5 Sep 2021 21:32:56 +0000 (16:32 -0500)
commitd9d246e25eccbdd3020a0023805d7d3772371ca2
treefc5de89da216fe90d03e6d8e49a88efa1571d2c7
parent4c6f5a2d22148db758cd656d6271e1e6e05e851e
Bugfix: FSS Basic and Extended List Read -a -n -l parameter fails to work as expected.

When -a, -n, and -l are used at the same time, the line position ends up being the wrong position within the file.
The -l (--line) should be relative to the --at index relative to the --name given.

This turned out to be a simple mistake where the wrong variable was being passed.
level_3/fss_basic_list_read/c/private-fss_basic_list_read.c
level_3/fss_extended_list_read/c/private-fss_extended_list_read.c