]> Kevux Git Server - fll/commit
Bugfix: logic errors in fll_path_canonical().
authorKevin Day <thekevinday@gmail.com>
Fri, 24 Jul 2020 02:26:19 +0000 (21:26 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 24 Jul 2020 02:26:19 +0000 (21:26 -0500)
commitcfb89191ea8a1316d1cf4a01a53055da53e3eece
tree4821b575f2f9887139116848ef00221bdb71cabb
parenteaff2337e4b94db7a632c1aa709793e8cbc354ad
Bugfix: logic errors in fll_path_canonical().

Make sure not to include the '/' when incrementing the size_chunk.
The code starts with '/', so be sure to designate the previous_1 as '/' at the start.
level_2/fll_path/c/path.c