]> Kevux Git Server - fll/commit
Bugfix: trinned string compare functions incorrectly match different strings.
authorKevin Day <thekevinday@gmail.com>
Wed, 28 Oct 2020 23:14:18 +0000 (18:14 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 28 Oct 2020 23:14:18 +0000 (18:14 -0500)
commit06659848437147e3644350f2c1ff49a8fa0313e9
treeb5e9673f4e655c69c570f08d8b070bc2818cea3c
parentf0dd38e324da3243cdb2687ca5233651657134ad
Bugfix: trinned string compare functions incorrectly match different strings.

This is happening due to an accidental treatment of the 'last' positions as exclusive stops instead of as inclusive stops.
When they are setup, they are set as the last valid character before whitespace at the end.
Change the logic to make last1 and last2 inclusive stop positions.
level_1/fl_string/c/private-string.c