Changeset 61 for trunk/src/sh_files.c
- Timestamp:
- Sep 11, 2006, 10:31:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_files.c
r46 r61 721 721 722 722 SL_ENTER(_("sh_files_globerr")); 723 724 if (errnum == ENOTDIR || errnum == ENOENT) 725 { 726 SL_RETURN(0, _("sh_files_globerr")); 727 } 723 728 724 729 p = sh_util_safe_name (epath); … … 2068 2073 if (sl_strlen(testpath) == (17 + sl_strlen(fullpath))) 2069 2074 { 2070 if (0 == sh_unix_file_stat (testpath))2075 if (0 != sh_unix_file_stat (testpath)) 2071 2076 { 2072 2077 sh_files_filecheck (class, fullpath, rsrc, &dummy, 1);
Note:
See TracChangeset
for help on using the changeset viewer.