warning--

SVN revision: 58374
This commit is contained in:
Carsten Haitzler 2011-04-06 05:55:21 +00:00
parent b96d227334
commit 99e32eebaa
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ scale_rgba_in_to_out_clip_sample_internal(RGBA_Image *src, RGBA_Image *dst,
int dst_clip_x, dst_clip_y, dst_clip_w, dst_clip_h;
int src_w, src_h, dst_w, dst_h;
RGBA_Gfx_Func func;
RGBA_Image *maskobj;
RGBA_Image *maskobj = NULL;
DATA8 *mask = NULL;
if (!(RECTS_INTERSECT(dst_region_x, dst_region_y, dst_region_w, dst_region_h, 0, 0, dst->cache_entry.w, dst->cache_entry.h)))