Changeset f4ee6eaaeb36
- Timestamp:
- 11/15/08 17:14:42 (8 weeks ago)
- Branch:
- trunk
- Files:
-
- 1 modified
-
mpx/library-scanner-thread.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mpx/library-scanner-thread.cc
r981 r982 432 432 gint64 added = 0, erroneous = 0, uptodate = 0, updated = 0, total = 0; 433 433 434 Util::FileList collection; 435 434 436 for(Util::FileList::const_iterator i = list.begin(); i != list.end(); ++i) 435 437 { 436 438 std::string insert_path ; 437 439 std::string insert_path_sql ; 438 Util::FileList collection;439 440 440 441 try{ … … 465 466 } 466 467 #endif // HAVE_HAL 467 collection.clear();468 468 Util::collect_audio_paths_recursive( insert_path, collection ); 469 469 total += collection.size();
