Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        evfs_commands.c 


Log Message:
* If no destination, num_files-1

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/evfs_commands.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- evfs_commands.c     23 Aug 2006 11:29:32 -0000      1.35
+++ evfs_commands.c     26 Aug 2006 13:16:32 -0000      1.36
@@ -162,7 +162,10 @@
           command->file_command.files[cfile] = ref;
           cfile++;
    }
-   if (to) command->file_command.files[cfile] = to;
+   if (to) 
+          command->file_command.files[cfile] = to;
+   else
+          command->file_command.num_files -= 1;
 
    evfs_write_command(conn, command);
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to