[syslinux:elflink] 4k_sector: Reduce size reducing a message

syslinux-bot for Frediano Ziglio frediano.ziglio at citrix.com
Wed Feb 13 04:48:04 PST 2013


Commit-ID:  8b94ab8751d98c0355d0a0d60453c151e22d6fbb
Gitweb:     http://www.syslinux.org/commit/8b94ab8751d98c0355d0a0d60453c151e22d6fbb
Author:     Frediano Ziglio <frediano.ziglio at citrix.com>
AuthorDate: Fri, 8 Feb 2013 12:58:35 +0000
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Mon, 11 Feb 2013 12:35:15 +0000

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 <frediano.ziglio at citrix.com>
Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 mbr/gptmbr.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the Syslinux-commits mailing list