summarylogtreecommitdiffstats
path: root/task-2.4.4-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'task-2.4.4-compat.patch')
-rw-r--r--task-2.4.4-compat.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/task-2.4.4-compat.patch b/task-2.4.4-compat.patch
deleted file mode 100644
index 6501e98f7442..000000000000
--- a/task-2.4.4-compat.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -aur ptask-old/src/tw.c ptask/src/tw.c
---- ptask-old/src/tw.c 2015-06-22 18:31:29.783448915 +0200
-+++ ptask/src/tw.c 2015-06-22 18:41:05.930121472 +0200
-@@ -112,7 +112,10 @@
- || !strcmp(ver, "2.0.0")
- || !strcmp(ver, "2.3.0")
- || !strcmp(ver, "2.4.0")
-- || !strcmp(ver, "2.4.1"))
-+ || !strcmp(ver, "2.4.1")
-+ || !strcmp(ver, "2.4.2")
-+ || !strcmp(ver, "2.4.3")
-+ || !strcmp(ver, "2.4.4"))
- return 1;
- else
- return 0;