Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc_out.c 


Log Message:
filename is const

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/bin/edje_cc_out.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- edje_cc_out.c       4 Aug 2006 18:40:31 -0000       1.51
+++ edje_cc_out.c       6 Aug 2006 01:35:56 -0000       1.52
@@ -472,7 +472,7 @@
                       if (verbose)
                         {
                            struct stat st;
-                           char *file = NULL;
+                           const char *file = NULL;
                       
                            evas_object_image_file_get(im, &file, NULL);
                            if ((file) && (stat(file, &st) != 0))



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to