diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-25 07:01:47 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-25 07:01:47 +0000 |
commit | e8d7b7595309ee5a66e46805a7bca07f94fa4a0c (patch) | |
tree | 6a60f6e0853baa83f91683d8a403602251a09410 /app-shells/zsh/files | |
parent | Only add ncurses dep when the minimal use flag is disabled (bug #409589). (diff) | |
download | historical-e8d7b7595309ee5a66e46805a7bca07f94fa4a0c.tar.gz historical-e8d7b7595309ee5a66e46805a7bca07f94fa4a0c.tar.bz2 historical-e8d7b7595309ee5a66e46805a7bca07f94fa4a0c.zip |
Remove old.
Package-Manager: portage-2.2.0_alpha95/cvs/Linux x86_64
Diffstat (limited to 'app-shells/zsh/files')
-rw-r--r-- | app-shells/zsh/files/4.3.11-subst.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-shells/zsh/files/4.3.11-subst.patch b/app-shells/zsh/files/4.3.11-subst.patch deleted file mode 100644 index d9544cc445bb..000000000000 --- a/app-shells/zsh/files/4.3.11-subst.patch +++ /dev/null @@ -1,24 +0,0 @@ -Bugs-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=352056 ---- a/Src/subst.c -+++ b/Src/subst.c -@@ -2814,12 +2814,14 @@ - zerr("invalid length: %s", check_offset); - return NULL; - } -- length = mathevali(check_offset); -- if (errflag) -- return NULL; -- if (length < (zlong)0) { -- zerr("invalid length: %s", check_offset); -- return NULL; -+ if (check_offset) { -+ length = mathevali(check_offset); -+ if (errflag) -+ return NULL; -+ if (length < (zlong)0) { -+ zerr("invalid length: %s", check_offset); -+ return NULL; -+ } - } - } - if (horrible_offset_hack) { |