2009-11-01 Robert Millan <rmh.grub@aybabtu.com>

Based on patch from BVK Chaitanya  <bvk.groups@gmail.com>
        * kern/misc.c (grub_strchr, grub_strrchr): Fix to handle c == '\0'
        case.
This commit is contained in:
robertmh 2009-11-01 23:03:09 +00:00
parent 5b1538672e
commit a50569e135
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2009-11-01 Robert Millan <rmh.grub@aybabtu.com>
Based on patch from BVK Chaitanya <bvk.groups@gmail.com>
* kern/misc.c (grub_strchr, grub_strrchr): Fix to handle c == '\0'
case.
2009-11-01 Felix Zielcke <fzielcke@z-51.de>
* Makefile.in (TARGET_CPPFLAGS): Add `-I$(srcdir)/include'.