fix a message string.

This commit is contained in:
okuji 1999-09-01 23:09:35 +00:00
parent 9bf749438c
commit c085904fd1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1999-09-02 Pavel Roskin <pavel_roskin@geocities.com>
* stage2/cmdline.c (enter_cmdline) [GRUB_UTIL]: Add a space in
the LBA warning message.
1999-09-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> 1999-09-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
The character `=' after a command is now optional. The character `=' after a command is now optional.

View file

@ -409,7 +409,7 @@ returnit:
#ifdef GRUB_UTIL #ifdef GRUB_UTIL
/* XXX Can we determine if LBA is supported in /* XXX Can we determine if LBA is supported in
/sbin/grub as well? */ /sbin/grub as well? */
grub_printf ("Warning: make sure that the access mode for" grub_printf ("Warning: make sure that the access mode for "
"(hd%d) is LBA.\n", current_drive - 0x80); "(hd%d) is LBA.\n", current_drive - 0x80);
#else #else
/* Check if LBA is supported. */ /* Check if LBA is supported. */