]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
* grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x).
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 25 Oct 2013 19:35:44 +0000 (21:35 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 25 Oct 2013 19:35:44 +0000 (21:35 +0200)
commitd43c64899d6168c26fa98f91193687fc298749a1
treec9b8f1338941adcc7c19221f46868c55bb0514df
parentf690f8b030b1f7d1ec87aef75cf23f3572d14ad4
* grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x).
Use unsigned divisions rather than signed variants.
ChangeLog
grub-core/video/fb/fbblit.c