[syslinux] [PATCH 3/9] Reduce size reducing a message

Frediano Ziglio frediano.ziglio at citrix.com
Wed Oct 3 07:26:08 PDT 2012


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>
---
 mbr/gptmbr.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index f73b472..b0c11b9 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -289,7 +289,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
-- 
1.7.5.4




More information about the Syslinux mailing list