]> Kevux Git Server - fll/commit
Bugfix: read overflows the per character scanning
authorKevin Day <thekevinday@gmail.com>
Fri, 26 Jun 2020 02:54:12 +0000 (21:54 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 26 Jun 2020 02:54:12 +0000 (21:54 -0500)
commit2e33adad79f4007e888ee8d7b05323f0c2fb31ca
treecbd61f6e37117a1ae783b26d42b7b571cf2d859f
parent6623dbdf5355cc82aa1091afd8e6f82f755d1315
Bugfix: read overflows the per character scanning

There is a logic mistake where the buffer is incremented too many times before the next loop.
This results in skipping some of the characters in the file and if those skipped characters are part of a vocabulary and content, then it will not be detected.
level_0/f_iki/c/iki.c