Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/lib/data
Modified Files:
evas_array.c
Log Message:
fix arrya state engin issue... redraws vanishing. fixed!
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/data/evas_array.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evas_array.c 5 Jun 2008 08:12:25 -0000 1.3
+++ evas_array.c 12 Jun 2008 13:22:26 -0000 1.4
@@ -86,7 +86,7 @@
tmp = malloc(sizeof (void*) * array->total);
if (!tmp) return ;
- for (i = 0; i < array->count; ++i)
+ for (i = 0; i < array->count; i++)
{
void *data;
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs