diff options
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | libmemdraw/draw.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/version.h b/include/version.h index 4f7c0d9f..4d44e0f6 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20100715)" +#define VERSION "Fourth Edition (20100718)" diff --git a/libmemdraw/draw.c b/libmemdraw/draw.c index f8330713..e37de6b1 100644 --- a/libmemdraw/draw.c +++ b/libmemdraw/draw.c @@ -2465,7 +2465,7 @@ membyteval(Memimage *src) bpp = src->depth; uc <<= (src->r.min.x&(7/src->depth))*src->depth; uc &= ~(0xFF>>bpp); - /* pixel value is now in high part of byte. repeat throughout byte + // pixel value is now in high part of byte. repeat throughout byte val = uc; for(i=bpp; i<8; i<<=1) val |= val>>i; |
