mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Don't add padding spaces when evaluating headerless words (Mark Cave-Ayland)
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@502 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -1073,7 +1073,14 @@ defer key
|
||||
begin @
|
||||
?dup while
|
||||
dup lfa2name
|
||||
type space
|
||||
|
||||
\ Don't print spaces for headerless words
|
||||
dup if
|
||||
type space
|
||||
else
|
||||
type
|
||||
then
|
||||
|
||||
repeat
|
||||
cr
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user