On Tue Feb 7 09:33:44 2023 +0000, Rémi Bernon wrote:
You probably need to break here, to close the directory iterator. Also the if is missing a space.
I had the same thought, but didn't do it as `strlen` on `const char *` should be resolved by the compiler.