From bfe11e057b8ad6f19ef4b8b973d421af15dd2da1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 2 Mar 2009 15:12:32 +0000 Subject: Don't warn if running a 32bit CD on a 64bit machine --- src/common.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/common.inc') diff --git a/src/common.inc b/src/common.inc index 64ac8b6..e2bada0 100644 --- a/src/common.inc +++ b/src/common.inc @@ -538,11 +538,9 @@ syslinux { 32+64bit_source not { - 64bit { - 64bit_source not { notimeout 32bit_popup } if - } { - 64bit_source { notimeout 64bit_popup } if - } ifelse + 64bit not 64bit_source and { + notimeout 64bit_popup + } if } if } if -- cgit v1.2.1