Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/common Modified Files: evfs_io.c Log Message: Removed a few debug statements =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_io.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- evfs_io.c 9 Oct 2005 10:03:29 -0000 1.15 +++ evfs_io.c 10 Oct 2005 07:24:31 -0000 1.16 @@ -53,7 +53,7 @@ memcpy(block, &ref->file_type, sizeof(evfs_file_type)); memcpy(block+sizeof(evfs_file_type), ref->path, strlen(ref->path)+1); - printf ("Writing filename '%s' with filetype %d\n", ref->path, ref->file_type); + /*printf ("Writing filename '%s' with filetype %d\n", ref->path, ref->file_type);*/ evfs_write_ecore_ipc_client_message(client->client, ecore_ipc_message_new(EVFS_EV_REPLY,EVFS_EV_PART_FILE_REFERENCE,client->id,0,0,block, (strlen(ref->path) * sizeof(char)) + sizeof(evfs_file_type) +1 )); } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs