Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_remote_main.c e_startup.c 


Log Message:
Remove cast.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_remote_main.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- e_remote_main.c     4 Jul 2006 18:36:29 -0000       1.55
+++ e_remote_main.c     12 Jan 2007 13:29:54 -0000      1.56
@@ -45,7 +45,7 @@
    int i;
    
    /* handle some command-line parameters */
-   display_name = (const char *)getenv("DISPLAY");
+   display_name = getenv("DISPLAY");
    for (i = 1; i < argc; i++)
      {
        if ((!strcmp(argv[i], "-h")) ||
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_startup.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_startup.c 22 Sep 2006 19:55:11 -0000      1.8
+++ e_startup.c 12 Jan 2007 13:29:54 -0000      1.9
@@ -65,7 +65,7 @@
      }
    e_app_exec(a, 0);
    snprintf(buf, sizeof(buf), _("Starting %s"), a->name);
-   e_init_status_set((const char *)buf);   
+   e_init_status_set(buf);   
    e_init_icons_app_add(a);
    if (a->wait_exit)
      {



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