diff options
Diffstat (limited to 'core/comboot.inc')
-rw-r--r-- | core/comboot.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/comboot.inc b/core/comboot.inc index 82b158f8..6cf051e2 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -449,9 +449,9 @@ comapi_get_version: mov P_ES,ds ; ES:SI -> version banner - mov P_SI,syslinux_banner + mov P_SI,syslinux_banner + 2 ; Skip leading CR LF ; ES:DI -> copyright string - mov P_DI,copyright_str + mov P_DI,copyright_str + 1 ; Skip leading space comapi_nop: clc |