Changeset 78 for trunk/src/sh_files.c
- Timestamp:
- Jan 9, 2007, 10:32:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_files.c
r77 r78 2077 2077 if (sl_strlen(testpath) == (17 + sl_strlen(fullpath))) 2078 2078 { 2079 if ( 0 != sh_unix_file_stat(testpath))2079 if (S_TRUE == sh_unix_file_exists (testpath)) 2080 2080 { 2081 2081 sh_files_filecheck (class, fullpath, rsrc, &dummy, 1);
Note:
See TracChangeset
for help on using the changeset viewer.