* grub-core/video/readers/jpeg.c: Use unsigned where appropriate.

This commit is contained in:
Vladimir Serbinenko 2013-10-25 20:35:02 +02:00
parent fb56391ee3
commit 74ff2c0501
2 changed files with 12 additions and 7 deletions

View file

@ -1,3 +1,7 @@
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/readers/jpeg.c: Use unsigned where appropriate.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfs.c (xor_out): Use unsigned modular arithmetics