]> Kevux Git Server - fll/commit
Bugfix: The prepend option is being incorrectly applied.
authorKevin Day <thekevinday@gmail.com>
Thu, 10 Feb 2022 03:45:28 +0000 (21:45 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 10 Feb 2022 03:45:28 +0000 (21:45 -0600)
commitd4986e57ae5db5ac9613716074b74a48adbf3da4
tree66f05f1b3915109b9a807ee1cedeabe04d283751
parent3452a73866e06224f51822aa193c74778e6a18c9
Bugfix: The prepend option is being incorrectly applied.

This is a bug that results from a naming context conflict where the "prepend" string must be "appended" to the buffer.
The f_string_dynamic_append() should be called instead of f_string_dynamic_prepend().
level_1/fl_fss/c/fss_basic_list.c
level_1/fl_fss/c/fss_embedded_list.c
level_1/fl_fss/c/fss_extended_list.c