Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_array_hash.c 


Log Message:
Remove unnecessary code.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_array_hash.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_array_hash.c   8 Aug 2007 23:41:31 -0000       1.2
+++ evas_array_hash.c   12 Aug 2007 19:20:16 -0000      1.3
@@ -70,7 +70,7 @@
      }
    else if (el->data_count == el->data_max)
      {
-       el->data_max = el->data_max *= 2;
+       el->data_max *= 2;
        el->data = realloc(el->data, sizeof(int) * el->data_max);
      }
        



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to