]> Kevux Git Server - fll/commit
Bugfix: FSS Extended List object detection is invalid.
authorKevin Day <thekevinday@gmail.com>
Wed, 28 Oct 2020 02:50:53 +0000 (21:50 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 28 Oct 2020 02:50:53 +0000 (21:50 -0500)
commit1c3e4fccc07221d75bfbd14ac53038342d3d08ea
treeaf0e6ebaf9c1522952dfd5b087a4d98efe55c9a4
parentf76ffef9f13d575a3fcc0e4e4100b624e5fda6f2
Bugfix: FSS Extended List object detection is invalid.

Not sure how I let this one slip through.
The code is checking for an EOL if found checks to see if that EOL is a graph...which is never the case.

What I meant to do is more likely breaking on EOL or breaking on graph.
level_1/fl_fss/c/fss_extended_list.c