add last backwards-compatible version
This commit is contained in:
@@ -155,7 +155,7 @@ static void track_indexer__g_get_tracks_wrap(const char * p_path,const service_p
|
||||
fail = true;
|
||||
} catch(std::exception const & e) {
|
||||
fail = true;
|
||||
FB2K_console_formatter() << "could not enumerate tracks (" << e << ") on:\n" << file_path_display(p_path);
|
||||
console::formatter() << "could not enumerate tracks (" << e << ") on:\n" << file_path_display(p_path);
|
||||
}
|
||||
if (fail) {
|
||||
if (!got_input && !p_abort.is_aborting()) {
|
||||
@@ -276,7 +276,7 @@ static void process_path_internal(const char * p_path,const service_ptr_t<file>
|
||||
while(e.next(f)) {
|
||||
abort.check();
|
||||
service_ptr_t<archive> arch;
|
||||
if (f->service_query_t(arch) && arch->is_our_archive(p_path)) {
|
||||
if (f->service_query_t(arch)) {
|
||||
if (p_reader.is_valid()) p_reader->reopen(abort);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user