Skip to content

Commit

Permalink
- silent warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Sep 13, 2010
1 parent 8a18e0b commit da4d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/glob.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit da4d4ce

Please sign in to comment.