Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_common.h 


Log Message:
As cache_key uses evas_stringshare, it should be const.
Don't free stringshare'd strings.
Formatting.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_common.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- evas_common.h       17 Jul 2007 08:39:50 -0000      1.90
+++ evas_common.h       13 Aug 2007 05:30:17 -0000      1.91
@@ -410,7 +410,7 @@
 
    /* Cache stuff. */
    Evas_Cache_Image     *cache;
-   char                 *cache_key;
+   const char           *cache_key;
 };
 
 struct _RGBA_Engine_Image



-------------------------------------------------------------------------
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