mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- silent warning
This commit is contained in:
parent
ffd60af473
commit
e5323bde9a
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ glob0(pattern, pglob)
|
||||||
}
|
}
|
||||||
if (!(pglob->gl_flags & GLOB_NOSORT))
|
if (!(pglob->gl_flags & GLOB_NOSORT))
|
||||||
qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
|
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);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue