2009-02-27 Robert Millan <rmh@aybabtu.com>

* kern/misc.c (grub_strtoull): Fix bug (it mistakenly parsed the
        `0x' qualifier as 0 when base is specified as parameter).
This commit is contained in:
robertmh 2009-02-27 19:33:38 +00:00
parent 6e09b8b72e
commit 8cc50345f8
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-02-27 Robert Millan <rmh@aybabtu.com>
* kern/misc.c (grub_strtoull): Fix bug (it mistakenly parsed the
`0x' qualifier as 0 when base is specified as parameter).
2009-02-24 Bean <bean123ch@gmail.com>
* configure.ac: Check for -mcmodel=large in x86_64 target.