aboutsummaryrefslogtreecommitdiff
path: root/textproc/diffstat/files/patch-diffstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/diffstat/files/patch-diffstat.c')
-rw-r--r--textproc/diffstat/files/patch-diffstat.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/diffstat/files/patch-diffstat.c b/textproc/diffstat/files/patch-diffstat.c
deleted file mode 100644
index a96f71419bc8..000000000000
--- a/textproc/diffstat/files/patch-diffstat.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- diffstat.c.orig 2010-08-10 19:27:19.414564698 +0200
-+++ diffstat.c 2010-08-10 19:28:49.625931506 +0200
-@@ -1934,7 +1934,7 @@ is_compressed(const char *name)
- } else if (len > 5 && !strcmp(name + len - 5, ".lzma")) {
- which = dcLzma;
- } else if (len > 3 && !strcmp(name + len - 3, ".xz")) {
-- which = dcLzma;
-+ which = dcXz;
- } else {
- which = dcNone;
- }