Changeset 405 for trunk/src/sh_files.c
- Timestamp:
- Aug 21, 2012, 7:12:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_files.c
r402 r405 417 417 FIL__, __LINE__, 0, MSG_FI_MISS, 418 418 tmp); 419 ++sh.statistics.files_report; 419 420 } 420 421 } … … 476 477 FIL__, __LINE__, 0, MSG_FI_MISS, 477 478 tmp); 479 ++sh.statistics.files_report; 478 480 } 479 481 } … … 1437 1439 ShDFLevel[SH_ERR_T_DIR], FIL__, __LINE__, 1438 1440 0, MSG_FI_MISS, tmp); 1441 ++sh.statistics.files_report; 1439 1442 SH_FREE(tmp); 1440 1443 } … … 1460 1463 FIL__, __LINE__, 0, MSG_FI_ADD, 1461 1464 tmp); 1465 ++sh.statistics.files_report; 1462 1466 SH_FREE(tmp); 1463 1467 #endif … … 2023 2027 MSG_FI_NODIR, 2024 2028 tmpname); 2029 ++sh.statistics.files_nodir; 2025 2030 SH_FREE(tmpname); 2026 2031 if (theFile->attr_string) SH_FREE(theFile->attr_string);
Note:
See TracChangeset
for help on using the changeset viewer.