Arun Prakash Jana
il y a 6 ans
Parent
révision
ca3b27daf2
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: A75979F35C080412
1 fichiers modifiés avec
6 ajouts et
1 suppressions
-
nnn.c
|
|
@@ -1158,7 +1158,12 @@ filterentries(char *path) |
|
|
|
wln[len] = (wchar_t)*ch; |
|
|
|
wln[++len] = '\0'; |
|
|
|
wcstombs(ln, wln, REGEX_MAX); |
|
|
|
ndents = total; |
|
|
|
|
|
|
|
/* Forward-filtering optimization: |
|
|
|
* - new matches can only be a subset of current matches. |
|
|
|
*/ |
|
|
|
/* ndents = total; */ |
|
|
|
|
|
|
|
if (matches(pln) == -1) |
|
|
|
continue; |
|
|
|
|
|
|
|