Changeset 378 for trunk/src


Ignore:
Timestamp:
Nov 28, 2011, 9:09:36 PM (13 years ago)
Author:
katerina
Message:

Fix for tickets #273 (deadlock), #274 (compile errors), #275 (makefile), #276 (config.sub, config.guess).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_files.c

    r377 r378  
    25982598          if (S_TRUE == sh_unix_file_exists (testpath))
    25992599            {
    2600               sh_files_filecheck (class, fullpath, rsrc, &dummy, 1);
     2600              sh_files_filecheck (class, check_mask, fullpath, rsrc, &dummy, 1);
    26012601            }
    26022602        }
     
    28352835    SL_RETURN(0, _("check_file"));
    28362836
    2837   SH_MUTEX_LOCK(mutex_zfiles);
    28382837  for (pfilL = (dirstack_t *) zAVLFirst (&cursor, zfileList); pfilL;
    28392838       pfilL = (dirstack_t *) zAVLNext  (&cursor))
     
    28482847        }
    28492848    }
    2850   SH_MUTEX_UNLOCK(mutex_zfiles);
    28512849
    28522850  SL_RETURN(retval, _("check_file"));
Note: See TracChangeset for help on using the changeset viewer.