- silent warning

This commit is contained in:
Pierre Joye 2010-09-13 10:28:45 +00:00
parent ffd60af473
commit e5323bde9a

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);
}