Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins Modified Files: evfs_fs_samba.c Log Message: Fix slight function name issue =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_samba.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- evfs_fs_samba.c 16 Oct 2005 11:17:43 -0000 1.8 +++ evfs_fs_samba.c 16 Oct 2005 22:58:57 -0000 1.9 @@ -223,7 +223,7 @@ int evfs_file_close(evfs_filereference* file) { printf ("SMB close: closing\n"); - smb_context->close(smb_context, file->fd_p); + smb_context->close_fn(smb_context, file->fd_p); return 0; } ------------------------------------------------------- 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