--- linuxsampler/trunk/src/db/InstrumentsDbUtilities.cpp 2020/01/08 20:20:46 3704 +++ linuxsampler/trunk/src/db/InstrumentsDbUtilities.cpp 2020/01/08 20:26:53 3705 @@ -679,7 +679,7 @@ if (Progress.GetStatus() != 100) Progress.SetStatus(100); } catch(Exception e) { Progress.SetErrorStatus(-1); - throw e; + throw; // re-throw } } @@ -723,7 +723,7 @@ if (Progress.GetStatus() != 100) Progress.SetStatus(100); } catch(Exception e) { Progress.SetErrorStatus(-1); - throw e; + throw; // re-throw } }