]> Kevux Git Server - fll/commit
Bugfix: iki didn't handle all cases
authorKevin Day <thekevinday@gmail.com>
Tue, 23 Jun 2020 02:25:27 +0000 (21:25 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 23 Jun 2020 02:25:27 +0000 (21:25 -0500)
commit2dbd61b6cac15929d1286aae127b5306c7f2648a
tree1dcc292dd1be7e7905fa66fa7f9163b777f85573
parent7bef03dc98479d2d2db00c43d297ab23fb4c7348
Bugfix: iki didn't handle all cases

I forgot to review the delimit cases and when I did I found the implementation a bit sloppy.
I also found some ways to improve the code.

The content slash total should start at 0 and not 1 because it increments it later on.

The fl_ik_read() needs to check the range.
level_0/f_iki/c/iki-common.h
level_0/f_iki/c/iki.c
level_1/fl_iki/c/iki.c