mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- silent warning
This commit is contained in:
parent
8a18e0b716
commit
da4d4cef5e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue