[syslinux:master] core: Adjust formatting around the date string

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Mon Apr 4 16:24:03 PDT 2011


Commit-ID:  a60c3c9539fed5b37a31d69297c6e5d12aae5e22
Gitweb:     http://syslinux.zytor.com/commit/a60c3c9539fed5b37a31d69297c6e5d12aae5e22
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Mon, 4 Apr 2011 16:22:38 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Mon, 4 Apr 2011 16:22:38 -0700

core: Adjust formatting around the date string

Adjust the formatting around the date string to avoid missing and
duplicated spaces.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 core/diskstart.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/diskstart.inc b/core/diskstart.inc
index 967c8a7..d2154d9 100644
--- a/core/diskstart.inc
+++ b/core/diskstart.inc
@@ -494,7 +494,7 @@ SuperInfo	resq 16			; The first 16 bytes expanded 8 times
 ; Banner information not needed in sector 1
 ;
 		section .data16
-syslinux_banner	db CR, LF, MY_NAME, ' ', VERSION_STR, ' '
-late_banner	db DATE_STR, ' ', 0
+syslinux_banner	db CR, LF, MY_NAME, ' ', VERSION_STR
+late_banner	db ' ', DATE_STR, 0
 
 		section .text16



More information about the Syslinux-commits mailing list