--- src/sys/dev/drm/radeon/Attic/radeon_state.c 2003/08/07 21:16:55 1.3 +++ src/sys/dev/drm/radeon/Attic/radeon_state.c 2005/02/15 18:31:48 1.4 @@ -1228,7 +1228,7 @@ static int radeon_cp_dispatch_texture( D /* Update the input parameters for next time */ image->y += height; image->height -= height; - (const u8 *)image->data += size; + image->data = (const u8 *) image->data+ size; } while (image->height > 0); /* Flush the pixel cache after the blit completes. This ensures