fix option handling inconsistency

This commit is contained in:
okuji 1999-06-28 04:10:35 +00:00
parent fc6fa9d5e2
commit f6fb25a807
5 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,9 @@
1999-06-28 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* grub/main.c (main): The third argument for strtoul is changed
to 0 in the case where an option is OPT_INSTALL_PARTIION.
Reported by Pavel Roskin <pavel_roskin@geocities.com>.
1999-06-27 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/shared.h (STAGE2_STAGE2_ID): New macro.