summaryrefslogtreecommitdiff
path: root/x11-fm/xfm/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/xfm/files/patch-ad')
-rw-r--r--x11-fm/xfm/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-fm/xfm/files/patch-ad b/x11-fm/xfm/files/patch-ad
deleted file mode 100644
index dfb4acb5e28c..000000000000
--- a/x11-fm/xfm/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/magic.c.orig Wed Aug 2 13:21:00 2000
-+++ src/magic.c Wed Aug 2 13:21:26 2000
-@@ -234,7 +234,7 @@
- default:
- mtypes[count].flags |= M_EQ;
- }
-- mtypes[count].value.number = strtol(cptr, &cptr, 0) & vmask;
-+ mtypes[count].value.number = strtoul(cptr, &cptr, 0) & vmask;
- }
- while(isspace(*cptr))
- cptr++;