summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pinfo/files/pinfo-0.6.10-dir-file.patch')
-rw-r--r--app-text/pinfo/files/pinfo-0.6.10-dir-file.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch b/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch
deleted file mode 100644
index 7a282f354baa..000000000000
--- a/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/filehandling_functions.c
-+++ b/src/filehandling_functions.c
-@@ -742,7 +742,7 @@
- int i, j;
- char *tmpfilename;
-
-- if (strncmp(filename, "dir", 3) == 0)
-+ if (strncmp(filename, "dir", 3) == 0 && !isalnum(filename[3]))
- {
- xfree(buf);
- return opendirfile(number);