Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/imbuf/intern/ham.c')
-rw-r--r--source/blender/imbuf/intern/ham.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/ham.c b/source/blender/imbuf/intern/ham.c
index afc899d86ff..3673b954c0e 100644
--- a/source/blender/imbuf/intern/ham.c
+++ b/source/blender/imbuf/intern/ham.c
@@ -274,7 +274,7 @@ short imb_converttoham(struct ImBuf *ibuf)
imb_convhamx(ibuf, coltab, deltab);
} else {
for(;y > 0; y--){
- convhamscanl(x, y, rect, coltab, deltab, ibuf->cbits);
+ convhamscanl(x, y, (uchar *)rect, coltab, deltab, ibuf->cbits);
rect += x;
}
}