Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/common Modified Files: evfs_common.c Log Message: * MetaData harvesting work =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_common.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evfs_common.c 21 Apr 2006 15:10:16 -0000 1.4 +++ evfs_common.c 5 Aug 2006 12:25:10 -0000 1.5 @@ -12,6 +12,14 @@ return ecore_hash_get(server->plugin_uri_hash, uri_base); } +/*Make sure as file is all good*/ +int evfs_filereference_sanitise(evfs_filereference* ref) +{ + if (!ref->plugin) { + ref->plugin = evfs_get_plugin_for_uri(evfs_server_get(), ref->plugin_uri); + } +} + evfs_filereference* evfs_filereference_clone(evfs_filereference* source) { evfs_filereference* dest = calloc(1,sizeof(evfs_filereference)); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs