add last backwards-compatible version
This commit is contained in:
@@ -14,7 +14,8 @@ bool component_installation_validator::have_other_file(const char * fn) {
|
||||
path << fn;
|
||||
try {
|
||||
try {
|
||||
bool v = filesystem::g_exists(path, fb2k::noAbort);
|
||||
abort_callback_dummy aborter;
|
||||
bool v = filesystem::g_exists(path, aborter);
|
||||
PFC_ASSERT( v );
|
||||
return v;
|
||||
} catch(std::exception const & e) {
|
||||
|
||||
Reference in New Issue
Block a user