]> Kevux Git Server - fll/commit
Update: Add specific action flag for directory do recursion and fix integer type.
authorKevin Day <Kevin@kevux.org>
Thu, 30 Jan 2025 05:12:23 +0000 (23:12 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 30 Jan 2025 05:12:23 +0000 (23:12 -0600)
commit5f0edc006b8bb2f13a25e246e74fcaea08b55fe0
treed59bc344c792ca7b0c6117108249574e4b2f3f80
parent074b21e933ec592cb63722adfb0ea0a6486af106
Update: Add specific action flag for directory do recursion and fix integer type.

Add a specific action flag to make it easier to explicitly test if this is the action pass of say `fl_directory_do()`.

Use  `uint16_t` to directly map to the flag integer type.
level_0/f_directory/c/directory/common.h
level_1/fl_directory/c/private-directory.c