mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-06 23:20:03 +01:00
Linux soundstretch: Fix unhandled exception error
This commit is contained in:
parent
63002027de
commit
7dce7268cd
@ -307,5 +307,10 @@ int main(int argc, const char* args[])
|
||||
fprintf(stderr, "%s\n", e.what());
|
||||
return -1;
|
||||
}
|
||||
catch (const string& e)
|
||||
{
|
||||
fprintf(stderr, "%s\n", e.c_str());
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user