]> Kevux Git Server - fll/commit
Bugfix: The FSS Embedded Read is incorrectly handling empty Content.
authorKevin Day <Kevin@kevux.org>
Tue, 20 Aug 2024 23:58:06 +0000 (18:58 -0500)
committerKevin Day <Kevin@kevux.org>
Wed, 21 Aug 2024 01:03:21 +0000 (20:03 -0500)
commite9fd069a8f1892c1918c0c1f71880b378c8790f2
tree5af4be2c5d28b3629541cbaae2a8c6dac902db2a
parent121587974c3dcc8feb795bff61c5f3684a9a95dd
Bugfix: The FSS Embedded Read is incorrectly handling empty Content.

The empty Content is being incorrectly handled as noted in the 0.6 commit 93a70bece8ecdb30801744e492fec8bb2601d2a4.

The '}' gets printed on empty Content, which is invalid.
Set the range to out of range when the start position is the line start.
This should only happen for empty Content because valid Content is only closed when '}' is on its own line.
level_1/fl_fss/c/fss/embedded_list.c