]> 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:28:08 +0000 (21:28 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 9 May 2025 02:28:08 +0000 (21:28 -0500)
commit5f3f3b9dc72c97f77e96aebb1f90eed8f43d90c9
tree1d6d13067ef370de58e5e309a0be5087464e4fd6
parentde083a44ed284fe8cc419154a45f646ed43cc113
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