- Timestamp:
- Nov 28, 2011, 9:09:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_files.c
r377 r378 2598 2598 if (S_TRUE == sh_unix_file_exists (testpath)) 2599 2599 { 2600 sh_files_filecheck (class, fullpath, rsrc, &dummy, 1);2600 sh_files_filecheck (class, check_mask, fullpath, rsrc, &dummy, 1); 2601 2601 } 2602 2602 } … … 2835 2835 SL_RETURN(0, _("check_file")); 2836 2836 2837 SH_MUTEX_LOCK(mutex_zfiles);2838 2837 for (pfilL = (dirstack_t *) zAVLFirst (&cursor, zfileList); pfilL; 2839 2838 pfilL = (dirstack_t *) zAVLNext (&cursor)) … … 2848 2847 } 2849 2848 } 2850 SH_MUTEX_UNLOCK(mutex_zfiles);2851 2849 2852 2850 SL_RETURN(retval, _("check_file"));
Note:
See TracChangeset
for help on using the changeset viewer.