Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_server_handle.c Log Message: * Remove debug messages * Handle different samba version =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_server_handle.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- evfs_server_handle.c 16 Oct 2005 10:09:05 -0000 1.8 +++ evfs_server_handle.c 17 Oct 2005 10:57:30 -0000 1.9 @@ -130,7 +130,7 @@ (*plugin->functions->evfs_file_seek)(command->file_command.files[0], count, SEEK_SET); read_write_bytes = (file_stat.st_size > count + COPY_BLOCKSIZE) ? COPY_BLOCKSIZE : (file_stat.st_size - count); - printf("Reading/writing %d bytes\n", read_write_bytes); + /*printf("Reading/writing %d bytes\n", read_write_bytes);*/ (*plugin->functions->evfs_file_read)(command->file_command.files[0], bytes, read_write_bytes ); ------------------------------------------------------- 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