Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        evfs_demo.c 


Log Message:
* Fixed a segv for plugins that don't start with a '/'

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- evfs_demo.c 2 Nov 2005 11:13:50 -0000       1.17
+++ evfs_demo.c 3 Nov 2005 04:05:30 -0000       1.18
@@ -62,7 +62,8 @@
        
        //snprintf(pathi,1024,"posix://%s", getenv("HOME"));
        //snprintf(pathi,1024,"smb:///gown/MythVideos/musicvideos");
-       
snprintf(pathi,1024,"posix:///usr/src/linux-2.6.13.1.tar.bz2#bzip2:///#tar:///");
+       
//snprintf(pathi,1024,"posix:///usr/src/linux-2.6.13.1.tar.bz2#bzip2:///#tar:///");
+       snprintf(pathi,1024,"smb://user:[EMAIL PROTECTED]");
        
        
        printf ("Listing dir: %s\n", pathi);




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