summaryrefslogtreecommitdiff
path: root/base/gxipixel.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxipixel.c')
-rw-r--r--base/gxipixel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gxipixel.c b/base/gxipixel.c
index 9206497d5..c60575770 100644
--- a/base/gxipixel.c
+++ b/base/gxipixel.c
@@ -1215,7 +1215,7 @@ image_init_color_cache(gx_image_enum * penum, int bps, int spp)
to decode first. Then we can apply CM. Create a temp buffer in
the source space and then transform it with one call */
temp_buffer = (byte*) gs_alloc_bytes(penum->memory,
- num_entries * num_src_comp,
+ (size_t)num_entries * num_src_comp,
"image_init_color_cache");
if (need_decode) {
if (is_indexed) {