diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-09-10 11:11:35 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-09-10 11:11:35 -0700 |
commit | a740e5812404b6483eaae1a2e8206f2d4004ae86 (patch) | |
tree | a967bb239418f2d5b29d386033df4223a08b768b | |
parent | 257e5b661ab7e71babbe8b70c1cdb31e8373ed12 (diff) | |
download | portage-a740e5812404b6483eaae1a2e8206f2d4004ae86.tar.gz portage-a740e5812404b6483eaae1a2e8206f2d4004ae86.tar.bz2 portage-a740e5812404b6483eaae1a2e8206f2d4004ae86.zip |
Fix the "alway overflow" eerror message to not use the message
intended for "implicit pointer".
-rwxr-xr-x | bin/misc-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index f048b70d8..38da2ad81 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -591,7 +591,7 @@ install_qa_check() { if [[ $always_overflow = yes ]] ; then eerror eerror "QA Notice: Package has poor programming practices which may compile" - eerror " but will almost certainly crash on 64bit architectures." + eerror " fine but exhibit random runtime failures." eerror eerror "${f}" eerror |