From a740e5812404b6483eaae1a2e8206f2d4004ae86 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 10 Sep 2010 11:11:35 -0700 Subject: Fix the "alway overflow" eerror message to not use the message intended for "implicit pointer". --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22