projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4820db
)
core: Adjust formatting around the date string
author
H. Peter Anvin
<hpa@linux.intel.com>
Mon, 4 Apr 2011 23:22:38 +0000
(16:22 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Mon, 4 Apr 2011 23:22:38 +0000
(16:22 -0700)
Adjust the formatting around the date string to avoid missing and
duplicated spaces.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/diskstart.inc
patch
|
blob
|
history
diff --git
a/core/diskstart.inc
b/core/diskstart.inc
index
967c8a7
..
d2154d9
100644
(file)
--- 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