Commit bea1c07c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not add subdirectories entries

Otherwise we'll collapse and expand the same directory over and over.
parent 42eedbbb
...@@ -326,6 +326,7 @@ static block_t *Block (access_t *p_access) ...@@ -326,6 +326,7 @@ static block_t *Block (access_t *p_access)
return NULL; return NULL;
} }
p_sys->current = sub; p_sys->current = sub;
return NULL;
} }
else else
free (sub); free (sub);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment