Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_image_main.c 


Log Message:


const-ify lots of things...

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_image_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_image_main.c   10 Jan 2003 02:07:23 -0000      1.4
+++ evas_image_main.c   10 Jan 2003 04:58:51 -0000      1.5
@@ -1,4 +1,5 @@
 #include "evas_common.h"
+#include "evas_private.h"
 
 static Evas_Hash        * images = NULL;
 static Evas_Object_List * cache = NULL;
@@ -307,7 +308,7 @@
    char buf[256];
    
    if ((!filename) && (!key)) return NULL;
-   real_filename = evas_file_path_resolve(filename);
+   real_filename = evas_file_path_resolve((char *)filename);
    l1 = 0;
    if (real_filename) l1 = strlen(real_filename);
    else if (filename) l1 = strlen(filename);




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to