Changeset 587 for trunk/src/sh_dbIO.c
- Timestamp:
- Oct 20, 2025, 10:42:43 PM (21 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_dbIO.c
r579 r587 890 890 { 891 891 sh_file_t * p; 892 int count = 0;893 892 int errflag = 0; 894 893 char * line = SH_ALLOC(MAX_PATH_STORE+2); … … 916 915 else 917 916 sh_hash_remove_unconditional (p->fullpath); 918 ++count;919 917 } 920 918 else … … 1481 1479 const char * outpath, int truncate) 1482 1480 { 1483 static long p_count = 0;1484 1481 sh_filestore_t p; 1485 1482 char * fullpath = NULL; … … 1559 1556 { 1560 1557 write_record(pushdata_fd, &p, fullpath, linkpath, attr_string); 1561 ++p_count;1562 1558 } 1563 1559
Note:
See TracChangeset
for help on using the changeset viewer.