diff options
author | 2020-09-05 14:42:14 +0200 | |
---|---|---|
committer | 2020-09-05 14:47:29 +0200 | |
commit | a8f05682b4b002d085f341aa010c4405b2892c16 (patch) | |
tree | 4c8e233348e45710ca8b668fb4cf6702719df3c5 /app-text/pinfo/files/pinfo-0.6.10-dir-file.patch | |
parent | dev-perl/Cpanel-JSON-XS: Bump to version 4.230.0 (diff) | |
download | gentoo-a8f05682b4b002d085f341aa010c4405b2892c16.tar.gz gentoo-a8f05682b4b002d085f341aa010c4405b2892c16.tar.bz2 gentoo-a8f05682b4b002d085f341aa010c4405b2892c16.zip |
app-text/pinfo: Old
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
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.patch | 11 |
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); |