Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        libevfs.c 


Log Message:
* Fix invalid free

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/libevfs.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- libevfs.c   22 Apr 2006 06:50:25 -0000      1.38
+++ libevfs.c   23 Apr 2006 12:38:15 -0000      1.39
@@ -445,7 +445,7 @@
    evfs_file_uri_path *path = NEW(evfs_file_uri_path);
    Ecore_DList *tokens;
 
-   printf("Parsing URI '%s'\n", uri);
+   //printf("Parsing URI '%s'\n", uri);
 
    /*for (i=0;i<strlen(uri);i++) {
     * printf("URI Input: '%s'\n", uri);




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