Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins Modified Files: evfs_fs_samba.c Log Message: Debug statement fix =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_samba.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- evfs_fs_samba.c 16 Oct 2005 22:58:57 -0000 1.9 +++ evfs_fs_samba.c 17 Oct 2005 00:19:15 -0000 1.10 @@ -249,7 +249,7 @@ int evfs_file_read(evfs_filereference* file, char* bytes, long size) { int bytes_read = 0; - printf("Reading %ld bytes from file %s\n", file->path); + printf("Reading %ld bytes from file %s\n", size, file->path); bytes_read = smb_context->read(smb_context, file->fd_p, bytes, size); ------------------------------------------------------- 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