]> Kevux Git Server - fll/commit
Bugfix: The fl_directory_do() needs to operate on the parent directory during recursion.
authorKevin Day <Kevin@kevux.org>
Thu, 10 Apr 2025 03:51:18 +0000 (22:51 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 10 Apr 2025 03:51:18 +0000 (22:51 -0500)
commit8df0301badf6f38fcb4ddf73318e02708ad344f7
treeec70cf0bd0d55f3594ac8e9ce9a082ec921e252f
parentd62fa625aad7b701de896429c0a64656db6fa741
Bugfix: The fl_directory_do() needs to operate on the parent directory during recursion.

The parent directory must be processed after recursion during the recursion steps.
These should not have the `f_directory_recurse_do_flag_top_after_e` flags because these are not top level.
These must have action because the action is expected to be performed on the directory just like other file types.
level_1/fl_directory/c/private-directory.c