]> Kevux Git Server - fll/commit
Bugfix: Increasing strings by too much.
authorKevin Day <thekevinday@gmail.com>
Sat, 26 Mar 2022 16:22:39 +0000 (11:22 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 26 Mar 2022 16:22:39 +0000 (11:22 -0500)
commit965a08c5a11bf523436b1b5130f4633016a0f1a6
tree43aab37f7972fd4e0f5c9c854c2f3fc3afa6d4d0
parent6e49ad04f9e308bb659b830a09644b3214959c51
Bugfix: Increasing strings by too much.

The *_increase_by() methods already include the ".used" length.
The previous code is also adding the ".used" length resulting in an increase of ".used" * 2.
level_1/fl_fss/c/fss/basic.c
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
level_1/fl_fss/c/private-fss.c