Arun Prakash Jana
6 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
3 additions and
3 deletions
-
nnn.c
|
|
@@ -1077,9 +1077,9 @@ filterentries(char *path) |
|
|
|
|
|
|
|
wcstombs(ln, wln, REGEX_MAX); |
|
|
|
ndents = total; |
|
|
|
if (matches(pln) == -1) |
|
|
|
continue; |
|
|
|
redraw(path); |
|
|
|
if (matches(pln) != -1) |
|
|
|
redraw(path); |
|
|
|
|
|
|
|
printprompt(ln); |
|
|
|
continue; |
|
|
|
} |
|
|
|