summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/deco/files/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/deco/files/patch-ad b/misc/deco/files/patch-ad
new file mode 100644
index 000000000000..7d31bcbbe06f
--- /dev/null
+++ b/misc/deco/files/patch-ad
@@ -0,0 +1,12 @@
+Index: dir.c
+@@ -358,8 +358,10 @@
+
+ d->topfile = d->curfile = 0;
+
++ if (d->sort != SORTSKIP) {
+ compdir = d;
+ qsort ((char*)d->cat, (unsigned) d->num, sizeof (d->cat[0]), compfile);
++ }
+
+ if (! dirname) {
+ /* retag files, restore curfile */