* grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x).

Use unsigned divisions rather than signed variants.
This commit is contained in:
Vladimir Serbinenko 2013-10-25 21:35:44 +02:00
parent f690f8b030
commit d43c64899d
2 changed files with 32 additions and 27 deletions

View file

@ -1,3 +1,8 @@
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x).
Use unsigned divisions rather than signed variants.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/readers/png.c (grub_png_convert_image): Use