Skip to content
Snippets Groups Projects
  • Yuri Kunde Schlesner's avatar
    Fix recursive scanning of directories · d6792632
    Yuri Kunde Schlesner authored
    ForeachDirectoryEntry didn't actually do anything with the `recursive`
    parameter, and the corresponding callback parameter was shadowing the
    actual recursion counters in the user functions.
    d6792632