Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_blend_pixel_pixel.c Log Message: oops - missed fixup of end ptr. :) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_blend_pixel_pixel.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- evas_blend_pixel_pixel.c 22 Jan 2006 06:54:18 -0000 1.23 +++ evas_blend_pixel_pixel.c 22 Jan 2006 10:48:51 -0000 1.24 @@ -288,6 +288,7 @@ src_ptr+=16; dst_ptr+=16; } + dst_end_ptr = dst + len; while (dst_ptr < dst_end_ptr) { *dst_ptr = *src_ptr; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs