Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_server_handle.c Log Message: Fix a destroy list that broke file copy =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_server_handle.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- evfs_server_handle.c 26 Oct 2005 02:20:00 -0000 1.10 +++ evfs_server_handle.c 26 Oct 2005 03:44:49 -0000 1.11 @@ -116,13 +116,10 @@ void evfs_handle_dir_list_command(evfs_client* client, evfs_command* command) { - printf ("At dir list handler\n"); - printf("1. Parent is '%s'\n", command->file_command.files[0]->parent->plugin_uri); evfs_plugin* plugin = evfs_get_plugin_for_uri(client->server, command->file_command.files[0]->plugin_uri); if (plugin) { - printf("Pointer here: %p\n", plugin->functions->evfs_dir_list); (*plugin->functions->evfs_dir_list)(client,command); } else { printf("No plugin for '%s'\n", command->file_command.files[0]->plugin_uri); ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs