Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


Modified Files:
        evfs_fs_samba.c 


Log Message:
evfs_fs_smb cleanups

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_samba.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_fs_samba.c     9 Oct 2005 07:42:17 -0000       1.2
+++ evfs_fs_samba.c     9 Oct 2005 10:03:30 -0000       1.3
@@ -136,8 +136,8 @@
              ((struct smbc_dirent *)dirp)->name, 
              ((struct smbc_dirent *)dirp)->comment);
 
-               if (((struct smbc_dirent *)dirp)->smbc_type == 7) 
reference->file_type = FILE_NORMAL;
-               else if (((struct smbc_dirent *)dirp)->smbc_type == 7) 
reference->file_type = FILE_DIRECTORY; 
+               if (((struct smbc_dirent *)dirp)->smbc_type == 8) 
reference->file_type = EVFS_FILE_NORMAL;
+               else if (((struct smbc_dirent *)dirp)->smbc_type == 7) 
reference->file_type = EVFS_FILE_DIRECTORY; 
 
                size = 
                          (sizeof(char) * 
strlen(command->file_command.files[0]->path)) + 




-------------------------------------------------------
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

Reply via email to