Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        evfs_demo.c 


Log Message:
commit of a *very, very alpha* (read - no error checking whatsoever) bzip2 
plugin.
It now actually *does* do de-bzip2ing of files - so for instance you can list 
and navigate a bzip2 of a tar file on a samba share.  Enjoy!  This, of course, 
also extends the features of Entropy, which also supports evfs-style recursive 
file system nesting.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- evfs_demo.c 31 Oct 2005 03:32:55 -0000      1.16
+++ evfs_demo.c 2 Nov 2005 11:13:50 -0000       1.17
@@ -62,7 +62,7 @@
        
        //snprintf(pathi,1024,"posix://%s", getenv("HOME"));
        //snprintf(pathi,1024,"smb:///gown/MythVideos/musicvideos");
-       
snprintf(pathi,1024,"posix:///evfs/src/demo/test.tar#tar:///samba-3.0.20a");
+       
snprintf(pathi,1024,"posix:///usr/src/linux-2.6.13.1.tar.bz2#bzip2:///#tar:///");
        
        
        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