]> Kevux Git Server - fll/commit
Bugfix: Directory recursion has incorrect status check resulting in early loop breakage. development
authorKevin Day <Kevin@kevux.org>
Thu, 3 Apr 2025 04:59:28 +0000 (23:59 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 3 Apr 2025 05:00:41 +0000 (00:00 -0500)
commitf44b9422604504e6c3dfbbf4dcf7526f2a869d8a
tree02a9f6a54d096c68ac08a65fc6e21fbf5181277b
parent66b50b2970155fa7bf5cd183e7b4d7f4ee5cd4ce
Bugfix: Directory recursion has incorrect status check resulting in early loop breakage.

The loop is breaking out early due to the incorrect boolean logic when checking if an interrupt signal has been received via the state status.

This bug was exposed by the (incomplete) kevux-tools program `remove`:
```shell
clear ; md a/b/c ; touch a/b/file ; remove a/b/ -r +V ; t a
```
level_1/fl_directory/c/private-directory.c