mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-10 00:01:05 +00:00
ScanDirectoryTreeAndCallback, before this change, coupled error/return codes and actual return values (number of entries found). This caused confusion and difficulty interpreting the precise way the function worked. Supersedes, and closes #1255.