master
Daniel Kolesa 2015-09-05 03:35:57 +01:00
parent b70315d28d
commit 3e4073cd56
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ static bool ob_expand_dir(String &ret, ConstCharRange dir,
bool appended = false;
if (!d.is_open())
return false;
for (auto &fi: d.iter()) {
for (auto fi: d.iter()) {
ConstCharRange fn = fi.filename();
/* check if filename matches */
if (!ob_path_matches(fn, parts))