]> Kevux Git Server - fll/commit
Bugfix: fl_string_dynamic_rip() and fl_string_dynamic_rip_nulless() are wrong.
authorKevin Day <thekevinday@gmail.com>
Fri, 11 Dec 2020 04:49:12 +0000 (22:49 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 11 Dec 2020 04:49:12 +0000 (22:49 -0600)
commitb109b63288ed8ceaf78a4fd56bf023c3a46364cb
tree6c05c3db91e132b52af2fcacb3635877b3180134
parenta731371f363dda4a07052aa7f0e3cdd776b37ea5
Bugfix: fl_string_dynamic_rip() and fl_string_dynamic_rip_nulless() are wrong.

The dynamic rip functions are not actually performing a rip.
Instead, they are performing just a simple append.

Fix this behavior to have these functions actually perform a rip.

Add additional parameter checks.

Cleanup private_fl_string_append_nulless(), improving the structure of that function.
level_1/fl_string/c/private-string.c
level_1/fl_string/c/string.c
level_1/fl_string/c/string.h