raster pushed a commit to branch master.

commit 7c65f576df5e67a616e939371d8dda661ae7d7f0
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sat Jun 22 10:58:03 2013 +0900

    evas: remove segv added by cedric fastpath optimization
---
 src/modules/evas/engines/software_generic/evas_engine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/software_generic/evas_engine.c 
b/src/modules/evas/engines/software_generic/evas_engine.c
index 31cc114..660249c 100644
--- a/src/modules/evas/engines/software_generic/evas_engine.c
+++ b/src/modules/evas/engines/software_generic/evas_engine.c
@@ -1603,7 +1603,7 @@ evas_software_image_map_draw(void *data, void *context, 
RGBA_Image *surface, RGB
 
         eng_context_color_get(data, context, &r, &g, &b, &a);
         col = MUL4_256(a, r, g, b, m->pts[0 + offset].col);
-        eng_context_color_set(data, context, R_VAL(col), G_VAL(col), 
B_VAL(col), A_VAL(col));
+        eng_context_color_set(data, context, R_VAL(&col), G_VAL(&col), 
B_VAL(&col), A_VAL(&col));
 
         dx = m->pts[0 + offset].x >> FP;
         dy = m->pts[0 + offset].y >> FP;

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to