- Added missing space to --force-lba option

This commit is contained in:
jthomas 2002-10-10 01:26:16 +00:00
parent 2c48c7472d
commit ca305dc1b1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-10-10 Jason Thomas <jason@topic.com.au>
* stage2/builtins.c (setup_func): Added missing space to --force-lba
option. Reported by Kenneth Crudup <kenny@panix.com>
2002-10-06 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/asm.S (gateA20): Output a dummy command (0xff), as a

View file

@ -3880,7 +3880,7 @@ setup_func (char *arg, int flags)
#if 1
/* Don't embed a drive number unnecessarily. */
grub_sprintf (cmd_arg, "%s%s%s%s %s%s %s p %s %s",
is_force_lba? "--force-lba" : "",
is_force_lba? "--force-lba " : "",
stage2_arg? stage2_arg : "",
stage2_arg? " " : "",
stage1,