Changeset 78 for trunk/src/sh_files.c


Ignore:
Timestamp:
Jan 9, 2007, 10:32:21 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #41 (unable to deactivate processcheck), and minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_files.c

    r77 r78  
    20772077      if (sl_strlen(testpath) == (17 + sl_strlen(fullpath)))
    20782078        {
    2079           if (0 != sh_unix_file_stat (testpath))
     2079          if (S_TRUE == sh_unix_file_exists (testpath))
    20802080            {
    20812081              sh_files_filecheck (class, fullpath, rsrc, &dummy, 1);
Note: See TracChangeset for help on using the changeset viewer.