* grub-core/lib/arg.c (grub_arg_list_alloc): Use shifts rather

than divisions.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-10 20:08:15 +01:00
parent d2789cf0b8
commit ea811130ea
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2013-03-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/arg.c (grub_arg_list_alloc): Use shifts rather
than divisions.
2013-03-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/verify.c (grub_verify_signature): Use unsigned