Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_server_handle.c Log Message: * Sanity updates =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_server_handle.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -3 -r1.68 -r1.69 --- evfs_server_handle.c 15 Aug 2006 23:32:53 -0000 1.68 +++ evfs_server_handle.c 18 Aug 2006 02:45:24 -0000 1.69 @@ -455,6 +455,14 @@ res = (*EVFS_PLUGIN_FILE(dst_plugin)->functions->evfs_file_lstat) (command, &dest_stat, num_files-1); + /*if (S_ISDIR(dest_stat.st_mode)) { + printf("Dest is a dir: %s\n", command->file_command.files[num_files-1]->path); + printf("Res: %d\n", res); + } else { + printf("Dest not a dir: %s://%s\n", command->file_command.files[num_files-1]->plugin_uri, command->file_command.files[num_files-1]->path); + printf("Res: %d\n", res); + }*/ + if (!S_ISDIR(file_stat.st_mode)) { evfs_filereference* rewrite_dest = NULL; ------------------------------------------------------------------------- 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