* src/read.c (parse_file_seq): [SV 52076] Sort wildcard results.

This commit is contained in:
Bernhard M. Wiedemann 2018-08-04 17:21:15 -04:00 committed by Paul Smith
parent a9975756d0
commit eedea52afb

View File

@ -3317,7 +3317,7 @@ parse_file_seq (char **stringp, size_t size, int stopmap,
nlist = &name;
}
else
switch (glob (name, GLOB_NOSORT|GLOB_ALTDIRFUNC, NULL, &gl))
switch (glob (name, GLOB_ALTDIRFUNC, NULL, &gl))
{
case GLOB_NOSPACE:
out_of_memory ();