Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_cleanup.c 


Log Message:
* File copy function now handles multiple files, as long as the dest file is a 
directory

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_cleanup.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- evfs_cleanup.c      20 Jul 2006 17:49:51 -0000      1.24
+++ evfs_cleanup.c      6 Aug 2006 09:56:27 -0000       1.25
@@ -16,6 +16,15 @@
       free(command);
 }
 
+void 
+evfs_cleanup_file_command_only(evfs_command* command)
+{
+       if (command->file_command.files)
+               free(command->file_command.files);
+
+       free(command);
+}
+
 void
 evfs_cleanup_file_command(evfs_command * command)
 {



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

Reply via email to