]> Kevux Git Server - fll/commit
Bugfix: trimming in FSS extended write does not always work.
authorKevin Day <thekevinday@gmail.com>
Thu, 15 Oct 2020 04:29:21 +0000 (23:29 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 15 Oct 2020 04:29:21 +0000 (23:29 -0500)
commit62953189cdcf6d2ddd402919c78c829070c602d0
tree5796ca4248844310408b360abb2986a042c81238
parent98816bb97e526aa828563a7983d7f7eb5629e17a
Bugfix: trimming in FSS extended write does not always work.

A boolean is used to designate when the Object has no space at the end.
If this boolean is FALSE, then a space is added before the '{'.
The problem is that the addition of this space happens after trimming.

If trimming is performed, just lie and set the boolean to TRUE to prevent the addition of an (unwanted) space.
level_1/fl_fss/c/fss_extended_list.c