From: hpa Date: Thu, 6 Jun 2002 01:00:01 +0000 (+0000) Subject: Fix the aborted_msg X-Git-Tag: syslinux-3.11~691 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1d4e23bdcd95618370557b2b7e6287660819fcf;p=profile%2Fivi%2Fsyslinux.git Fix the aborted_msg --- diff --git a/isolinux.asm b/isolinux.asm index 07a4c47..f13d6fa 100644 --- a/isolinux.asm +++ b/isolinux.asm @@ -1893,7 +1893,7 @@ loading_msg db 'Loading ', 0 dotdot_msg db '.' dot_msg db '.', 0 fourbs_msg db BS, BS, BS, BS, 0 -aborted_msg db ' aborted.' ; Fall through to crlf_msg! +aborted_msg db ' aborted.', CR, LF, 0 crff_msg db CR, FF, 0 default_str db 'default', 0 default_len equ ($-default_str)