]> Kevux Git Server - fll/commit
Bugfix: The fl_directory_create() is failing on directory exists with path ends in...
authorKevin Day <Kevin@kevux.org>
Fri, 9 May 2025 02:23:39 +0000 (21:23 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 9 May 2025 02:23:39 +0000 (21:23 -0500)
commitefc107126a57a9dd6fe80c4d1778ed850b068159
treea1e2d940d989f21aaaf8c6906448e4ded21c7034
parentb5d1a97c9405fd68a46fda2a9b49cfbd6abc324c
Bugfix: The fl_directory_create() is failing on directory exists with path ends in '/'.

The final directory gets created in the loop before the final directory create is called.

Check if the directory exists before the final directory create call.
level_1/fl_directory/c/directory.c