]> Kevux Git Server - fll/commit
Bugfix: contents_delimits is supposed to be optional.
authorKevin Day <thekevinday@gmail.com>
Tue, 3 Nov 2020 05:40:16 +0000 (23:40 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 3 Nov 2020 05:40:16 +0000 (23:40 -0600)
commit036e9f9b93bb1fe8646709365d16488e06cb91bb
tree442b23d49d75fb34dcdb34460493ee6b7ac91bf9
parent2a2a0f9748dbe8cd566dcdd720642e62c1ff4465
Bugfix: contents_delimits is supposed to be optional.

I probably accidentally "fixed" this thinking the parameter was not being checked by accident.
In reality, the parameter shouldn't be checked if the pointer is NULL because it is supposed to be optional.

This resulted in the fake program from not working as of release 0.5.1.
level_2/fll_fss/c/fss_extended.c
level_2/fll_fss/c/fss_extended_list.c