Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_core.c 


Log Message:
Correct path structure for files in /

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- entropy_core.c      23 Oct 2005 08:25:00 -0000      1.4
+++ entropy_core.c      23 Oct 2005 09:56:22 -0000      1.5
@@ -919,7 +919,7 @@
        if (strlen(pos+1)) {
                strncpy(file->path,  uri_path->files[0]->path, 
strlen(uri_path->files[0]->path));
        } else {
-               strcpy(file->path, "/");
+               //strcpy(file->path, "/");
                strcpy(file->filename, "/");
        }
 




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