Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
This isn't const.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -3 -r1.255 -r1.256
--- e_apps.c    24 Mar 2007 17:59:59 -0000      1.255
+++ e_apps.c    24 Mar 2007 18:16:11 -0000      1.256
@@ -2984,7 +2984,7 @@
    E_App_Instance *inst = NULL;
    E_App_Launch *launch;
    Ecore_Exe *exe;
-   const char *penv_display;
+   char *penv_display;
    char buf[4096];
 
    launch = data;



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