]> Kevux Git Server - fll/commit
Bugfix: Correct the fl_directory_do() top-level path execution order.
authorKevin Day <Kevin@kevux.org>
Sat, 26 Apr 2025 03:03:10 +0000 (22:03 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 26 Apr 2025 03:05:11 +0000 (22:05 -0500)
commitb1dbec111fd05d359b6f7bfccc7981d64726965f
tree3e9675587f7004d34c6bf56cdbc07147ed061b14
parent7d8f92fb72f65711033522369faab09288f7933d
Bugfix: Correct the fl_directory_do() top-level path execution order.

The before must happen before the directory recurse.
The action must happen after the directory recurse.
The after must happen after the action.

This is already done in the recursive paths and it is now done in the top level path.

Update the documentation comments to more accurately and better explain this.

Apply the directory path resetting following recurse at the top level as well.
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/directory.h