Arun Prakash Jana
hace 6 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: A75979F35C080412
Se han
modificado 1 ficheros con
6 adiciones y
1 borrados
-
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; |
|
|
|
|
|
|
|