Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Remove cast

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -3 -r1.152 -r1.153
--- e_apps.c    21 Aug 2006 15:31:58 -0000      1.152
+++ e_apps.c    21 Aug 2006 15:54:40 -0000      1.153
@@ -1786,7 +1786,7 @@
    _e_app_print(path, event);
 #endif
 
-   file = (char *)ecore_file_get_file((char *)path);
+   file = (char *)ecore_file_get_file(path);
    if (!strcmp(file, ".order"))
      {
        if ((event == ECORE_FILE_EVENT_CREATED_FILE) ||



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to