]> Kevux Git Server - fll/commit
Bugfix: FSS Extended List is not detecting end properly.
authorKevin Day <thekevinday@gmail.com>
Thu, 6 May 2021 22:40:43 +0000 (17:40 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 6 May 2021 22:40:43 +0000 (17:40 -0500)
commitd06f6dcc7fae6a3cf33905f6053ff0bd06118df1
tree7cd0fe761c956bd8a09ec64f6cd8cebcf66ee643
parentd9d920b7236d379c13988af796e91192c9106834
Bugfix: FSS Extended List is not detecting end properly.

If the content is something like:
example {
}

There is no Content.
This is not being detected correctly an the '}' is being included.

There are two problems here:
1) The current position at the end should be after the eol and not that last newline.
2) If the current position matches the start position, then it needs to be explicitly designated as empty.
level_1/fl_fss/c/fss_extended_list.c