Fix the "alway overflow" eerror message to not use the message
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Sep 2010 18:11:35 +0000 (11:11 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Sep 2010 18:11:35 +0000 (11:11 -0700)
intended for "implicit pointer".

bin/misc-functions.sh

index f048b70d8400a6f81985d294b0600362eb316085..38da2ad81f51dcd226a6092191f4b270b718743d 100755 (executable)
@@ -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