]> Kevux Git Server - fll/commit
Bugfix: FSS Basic List and FSS Extended List print comment at the start of the Content.
authorKevin Day <kevin@kevux.org>
Wed, 31 Jan 2024 05:39:26 +0000 (23:39 -0600)
committerKevin Day <kevin@kevux.org>
Wed, 31 Jan 2024 05:42:05 +0000 (23:42 -0600)
commit874de1449fbfc82e6e2b18fabc076490839c6e35
tree1191051f5644ff0a2b647c5d6584996c937e7de6
parent931b29e35c2622ea3f2234eaf86eafbaed8ee955
Bugfix: FSS Basic List and FSS Extended List print comment at the start of the Content.

When the Content exists at the start of the Content, the comment character ('#') is printed when it should not be printed.

This is a bug where the code initializes the newline_last at the range.start.
The code logic then always expects the newline_last to represent an actual new line.
This is not necessarily the case for when newline_last is pointing to the initial range.start position.

Add a check when processing a comment to ensure that the newline_last is in fact a new line.
level_1/fl_fss/c/fss/basic_list.c
level_1/fl_fss/c/fss/extended_list.c