diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common.inc | 8 |
1 files changed, 3 insertions, 5 deletions
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 |