From eedea52afb2069e54188508cd87cb7724b30dd6a Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Sat, 4 Aug 2018 17:21:15 -0400 Subject: [PATCH] * src/read.c (parse_file_seq): [SV 52076] Sort wildcard results. --- src/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read.c b/src/read.c index d23d5fd0..45f3e35b 100644 --- a/src/read.c +++ b/src/read.c @@ -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 ();