Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_core.c 


Log Message:
Properties SEGV

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entropy_core.c      23 Oct 2005 01:05:47 -0000      1.3
+++ entropy_core.c      23 Oct 2005 08:25:00 -0000      1.4
@@ -905,13 +905,10 @@
 
 
 entropy_generic_file* entropy_core_parse_uri(char* uri) {
-       char* path;
        char* pos;
-       int i;
        entropy_generic_file* file = entropy_generic_file_new();
        evfs_file_uri_path* uri_path = evfs_parse_uri(uri);
 
-       printf("Returned path '%s'\n", uri_path->files[0]->path);
 
        /*Get the last "/", after this is the filename (or dir name, or 
whatever)*/
        pos = rindex(uri_path->files[0]->path, '/');




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to