|
From: Geert U. <ge...@us...> - 2002-10-06 20:20:42
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/drawops/
Changes by: geertu@usw-pr-cvs1. 02/10/06 13:19:45
Log message:
Fix stupid bugs:
- Multiply by 8 when converting from bits to bytes
- Mask bit index with (BITS_PER_LONG-1) instead of (BYTES_PER_LONG-1)
Modified files:
fbtest/drawops/:
cfb.c
Revision Changes Path
1.11 +10 -10 fbtest/drawops/cfb.c
|