]> Kevux Git Server - fll/commit
Update: Improve the logic in the string comparison tests.
authorKevin Day <thekevinday@gmail.com>
Sun, 5 Jun 2022 21:03:14 +0000 (16:03 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 5 Jun 2022 21:03:14 +0000 (16:03 -0500)
commit930cb3c5b8e2d55c6f54fa937d9a5ad484099c08
tree93c69174f0a8ca3e805d6b940308b107d3aa0aa4
parentd0b168397972791beb842e1431ba2331d1c6edd3
Update: Improve the logic in the string comparison tests.

Several of the F_parameter errors do not need to be returned.
This logic is already handled by the called functions as not matched.

Make sure the stop range is not longer than the buffer used.
When the buffer used is smaller than the requested range stop, then use the buffer used rather than the stop point.
level_1/fl_string/c/string.c