summaryrefslogtreecommitdiff
path: root/moc-nosort/disable-sort.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-09 09:32:14 +0200
committerErich Eckner <git@eckner.net>2018-07-09 09:32:14 +0200
commit1b9498618608b516491d9d28386796a51d546c29 (patch)
tree1157deb577f2aa3853228568130830a4fb209a96 /moc-nosort/disable-sort.patch
parentf9fb1ca05f1a0ce5c76cbafc000f46e67db3b965 (diff)
downloadarchlinuxewe.git.save-1b9498618608b516491d9d28386796a51d546c29.tar.xz
moc -> moc-nosort
Diffstat (limited to 'moc-nosort/disable-sort.patch')
-rw-r--r--moc-nosort/disable-sort.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/moc-nosort/disable-sort.patch b/moc-nosort/disable-sort.patch
new file mode 100644
index 00000000..2d7dfd29
--- /dev/null
+++ b/moc-nosort/disable-sort.patch
@@ -0,0 +1,18 @@
+--- interface.c 2016-04-24 06:23:30.000000000 +0200
++++ interface.c 2016-09-04 20:09:46.046376708 +0200
+@@ -3788,7 +3788,6 @@
+
+ if (recv_server_plist(&clients_plist)) {
+ add_recursively (&new, args);
+- plist_sort_fname (&new);
+
+ send_int_to_srv (CMD_LOCK);
+
+@@ -3812,7 +3811,6 @@
+ create_file_name (PLAYLIST_FILE),
+ cwd, 1);
+ add_recursively (&new, args);
+- plist_sort_fname (&new);
+
+ send_int_to_srv (CMD_LOCK);
+ plist_remove_common_items (&new, &saved_plist);