]> Kevux Git Server - fll/commit
The verify option in utf8 returns F_false but the program doesn't return 1.
authorKevin Day <thekevinday@gmail.com>
Mon, 22 Aug 2022 23:26:43 +0000 (18:26 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 22 Aug 2022 23:44:47 +0000 (18:44 -0500)
commit9f3c2e2ba4b4b8eea4a354544da6866ffb7143b1
tree3d6c4bd1f92fbfef56eb3f23130c32ed145349e8
parente86d26370d41819ccdd593432be61fd38b4f3815
The verify option in utf8 returns F_false but the program doesn't return 1.

When the --verify parameter is passed the result is not properly returned.
When F_false is returned, the the verify failed so return 1.
The F_false should not be returned in any other cases.
level_3/utf8/c/main.c