MFi386: revision 1.18

Add a trailing \0 to the read error string so that read errors don't print
  out two error messages.
This commit is contained in:
Yoshihiro Takahashi 2007-11-18 03:14:06 +00:00
parent 26fc37307b
commit 780e069c49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173720

View File

@ -789,7 +789,7 @@ msg_bootinfo: .asciz "Building the boot loader arguments\r\n"
msg_relocate: .asciz "Relocating the loader and the BTX\r\n"
msg_jump: .asciz "Starting the BTX loader\r\n"
msg_badread: .ascii "Read Error: 0x"
hex_error: .ascii "00\r\n"
hex_error: .asciz "00\r\n"
msg_novd: .asciz "Could not find Primary Volume Descriptor\r\n"
msg_lookup: .asciz "Looking up "
msg_lookup2: .asciz "... "