Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        filesystem.c 


Log Message:
Debugging statement

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/filesystem.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- filesystem.c        7 Nov 2005 11:20:17 -0000       1.12
+++ filesystem.c        8 Nov 2005 10:59:27 -0000       1.13
@@ -431,6 +431,8 @@
        entropy_file_listener* listener;
 
        if ( (!strcmp(request->file->uri_base, "posix")) && 
!request->drill_down && !request->file->parent) {
+               printf("Listing standard posix directory...\n");
+               
                /*If either the path, or the filename, is the root dir, we 
don't need another slash*/
                if (strcmp(request->file->filename, "/") && 
strcmp(request->file->path, "/")) {         
                        snprintf(dire, 255, "%s/%s", request->file->path, 
request->file->filename);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to