Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins Modified Files: evfs_fs_posix.c evfs_fs_samba.c Log Message: * Remove the 'seek' in file copy for now - this appears to mess up some samba severs =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_posix.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- evfs_fs_posix.c 1 Jan 2006 04:21:52 -0000 1.27 +++ evfs_fs_posix.c 2 Jan 2006 23:40:05 -0000 1.28 @@ -413,7 +413,7 @@ i = write(file->fd, bytes, size); /*printf("Wrote %d bytes\n", i);*/ - return 0; + return i; } int evfs_file_create(evfs_filereference* file) { =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_samba.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- evfs_fs_samba.c 2 Jan 2006 07:54:02 -0000 1.26 +++ evfs_fs_samba.c 2 Jan 2006 23:40:05 -0000 1.27 @@ -408,7 +408,7 @@ int evfs_file_read(evfs_client* client, evfs_filereference* file, char* bytes, long size) { int bytes_read = 0; - /*printf("Reading %ld bytes from file %s\n", size, file->path);*/ + //printf("Reading %ld bytes from file %s\n", size, file->path); evfs_smb_populate_fd(file); //printf("FD Pointer: %p\n", file->fd_p); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs