2009-01-26 Daniel Mierswa <impulze@impulze.org>

* commands/search.c (search_fs_uuid): Ignore case of the UUID.
This commit is contained in:
proski 2009-01-26 04:26:47 +00:00
parent 1806b56e2b
commit 336e1fb9ea
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2009-01-26 Daniel Mierswa <impulze@impulze.org>
* commands/search.c (search_fs_uuid): Ignore case of the UUID.
* kern/misc.c (grub_strcasecmp): New function.
(grub_strcasecmp): Use grub_size_t instead of int for length.
Fix return value.