Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins Modified Files: evfs_fs_samba.c Log Message: * Last error checking catch before the full error check overhaul =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/evfs_fs_samba.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- evfs_fs_samba.c 12 Mar 2006 06:32:25 -0000 1.32 +++ evfs_fs_samba.c 9 Apr 2006 09:02:44 -0000 1.33 @@ -486,9 +486,8 @@ //printf("Reading %ld bytes from file %s\n", size, file->path); evfs_smb_populate_fd(file); - //printf("FD Pointer: %p\n", file->fd_p); - bytes_read = smb_context->read(smb_context, file->fd_p, bytes, size); + if (file->fd_p) bytes_read = smb_context->read(smb_context, file->fd_p, bytes, size); return bytes_read; } ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs