Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_io.c 


Log Message:
Removed some kludgy guesses in code

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_io.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evfs_io.c   15 Aug 2005 08:52:31 -0000      1.1
+++ evfs_io.c   15 Aug 2005 10:52:33 -0000      1.2
@@ -54,6 +54,8 @@
        printf("Writing a file command..\n");
 
        /*Write the command type structure*/
+       printf("Command is %p\n", command);
+       printf("Connserver is %p\n", conn->server);
        evfs_write_ecore_ipc_server_message(conn->server, 
ecore_ipc_message_new(EVFS_COMMAND, EVFS_COMMAND_TYPE, 0,0,0,&command->type, 
sizeof(evfs_command_type)));
 
        /*Write the files*/




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to