]> Kevux Git Server - fll/commit
Bugfix: invalid number check in FSS Extended List write program.
authorKevin Day <thekevinday@gmail.com>
Thu, 15 Oct 2020 04:47:17 +0000 (23:47 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 15 Oct 2020 04:47:17 +0000 (23:47 -0500)
commit44a8653845da05f9f0a9df75df7552de7dbd65ee
tree612e74bdf876190e31005b5ffa549b4dab9324a1
parented243e27acfdb522a3894e0998cffab7109ec47d
Bugfix: invalid number check in FSS Extended List write program.

The range is inclusive and as such the stop point is not the same as the string size.
Instead, it should be the string size minus one.
level_3/fss_extended_list_write/c/private-fss_extended_list_write.c