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:
parent
1897d44373
commit
3b7cf667ba
@ -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 "... "
|
||||
|
Loading…
Reference in New Issue
Block a user