1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00

- silent warning

This commit is contained in:
Pierre Joye
2010-09-13 10:28:45 +00:00
parent 8a18e0b716
commit da4d4cef5e

View File

@@ -514,7 +514,7 @@ glob0(pattern, pglob)
}
if (!(pglob->gl_flags & GLOB_NOSORT))
qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
pglob->gl_pathc - oldpathc, sizeof(char *), (const void *) compare);
pglob->gl_pathc - oldpathc, sizeof(char *), compare);
return(0);
}