Changeset 405 for trunk/src/sh_files.c


Ignore:
Timestamp:
Aug 21, 2012, 7:12:10 PM (12 years ago)
Author:
katerina
Message:

Fix for tickets #303, #304, #305. #306, and #307. Update version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_files.c

    r402 r405  
    417417                                         FIL__, __LINE__, 0, MSG_FI_MISS,
    418418                                         tmp);
     419                        ++sh.statistics.files_report;
    419420                      }
    420421                    }
     
    476477                                             FIL__, __LINE__, 0, MSG_FI_MISS,
    477478                                             tmp);
     479                            ++sh.statistics.files_report;
    478480                          }
    479481                        }
     
    14371439                                     ShDFLevel[SH_ERR_T_DIR], FIL__, __LINE__,
    14381440                                     0, MSG_FI_MISS, tmp);
     1441                    ++sh.statistics.files_report;
    14391442                    SH_FREE(tmp);
    14401443                  }
     
    14601463                                   FIL__, __LINE__, 0, MSG_FI_ADD,
    14611464                                   tmp);
     1465                  ++sh.statistics.files_report;
    14621466                  SH_FREE(tmp);
    14631467#endif
     
    20232027                       MSG_FI_NODIR,
    20242028                       tmpname);
     2029      ++sh.statistics.files_nodir;
    20252030      SH_FREE(tmpname);
    20262031      if (theFile->attr_string) SH_FREE(theFile->attr_string);
Note: See TracChangeset for help on using the changeset viewer.