This commit is contained in:
Eelco Dolstra 2017-09-10 22:36:32 +02:00
parent ad228d84e5
commit 8af704eef1

View file

@ -50,7 +50,7 @@ struct MixLs : virtual Args
}
};
doPath = [&](const FSAccessor::Stat & st , const Path & curPath,
doPath = [&](const FSAccessor::Stat & st, const Path & curPath,
const std::string & relPath, bool showDirectory)
{
if (st.type == FSAccessor::Type::tDirectory && !showDirectory) {