]> Kevux Git Server - fll/commit
Bugfix: The fl_directory_do() needs to pass f_directory_recurse_do_flag_directory_e...
authorKevin Day <Kevin@kevux.org>
Fri, 4 Apr 2025 00:46:57 +0000 (19:46 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 4 Apr 2025 00:49:27 +0000 (19:49 -0500)
commit2eebf4c7067e0aa82ebb3811a03aea11fd5ae8ba
treed0de4051a620cabe938f482716c7effc9861f147
parentf44b9422604504e6c3dfbbf4dcf7526f2a869d8a
Bugfix: The fl_directory_do() needs to pass f_directory_recurse_do_flag_directory_e at the top.

At the top, before recursion, the path is known to be a directory.
The flag `f_directory_recurse_do_flag_directory_e` must be passed to the callbacks to let the callbacks know this is a directory.
level_1/fl_directory/c/directory.c