* grub-core/video/bitmap_scale.c: Use unsigned arithmetics when

appropriate.
This commit is contained in:
Vladimir Serbinenko 2013-10-25 21:39:00 +02:00
parent d43c64899d
commit 3523b8d8a7
2 changed files with 47 additions and 30 deletions

View file

@ -1,3 +1,8 @@
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/bitmap_scale.c: Use unsigned arithmetics when
appropriate.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x).