Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:
Change char to const char to avoid compiler warning.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -3 -r1.232 -r1.233
--- e_fm.c      18 Dec 2007 10:43:03 -0000      1.232
+++ e_fm.c      4 Jan 2008 03:47:27 -0000       1.233
@@ -1112,7 +1112,7 @@
            (!strncmp(ic->info.icon, "./", 2)) ||
            (!strncmp(ic->info.icon, "../", 3)))
          {
-            char *icfile = NULL;
+            const char *icfile;
             
             /* path to icon file */
             icfile = ic->info.icon;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to