From: Frediano Ziglio Date: Fri, 8 Feb 2013 12:58:35 +0000 (+0000) Subject: 4k_sector: Reduce size reducing a message X-Git-Tag: syslinux-5.02-pre2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b94ab8751d98c0355d0a0d60453c151e22d6fbb;p=platform%2Fupstream%2Fsyslinux.git 4k_sector: Reduce size reducing a message Easy way to reduce code but actually I found the message is readable at the same way as previous. Signed-off-by: Frediano Ziglio Signed-off-by: Matt Fleming --- diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S index b9c0777..9efa342 100644 --- a/mbr/gptmbr.S +++ b/mbr/gptmbr.S @@ -288,7 +288,7 @@ inc64: disk_error: call error - .ascii "Disk error on boot\r\n" + .ascii "Disk error\r\n" /* * Print error messages. This is invoked with "call", with the