* grub-core/video/bitmap_scale.c: Use unsigned arithmetics when
appropriate.
This commit is contained in:
parent
d43c64899d
commit
3523b8d8a7
2 changed files with 47 additions and 30 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue