/[svn]/linuxsampler/trunk/src/db/InstrumentsDbUtilities.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/db/InstrumentsDbUtilities.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3704 by schoenebeck, Sun Feb 5 18:03:58 2017 UTC revision 3705 by schoenebeck, Wed Jan 8 20:26:53 2020 UTC
# Line 679  namespace LinuxSampler { Line 679  namespace LinuxSampler {
679              if (Progress.GetStatus() != 100) Progress.SetStatus(100);              if (Progress.GetStatus() != 100) Progress.SetStatus(100);
680          } catch(Exception e) {          } catch(Exception e) {
681              Progress.SetErrorStatus(-1);              Progress.SetErrorStatus(-1);
682              throw e;              throw; // re-throw
683          }          }
684      }      }
685    
# Line 723  namespace LinuxSampler { Line 723  namespace LinuxSampler {
723              if (Progress.GetStatus() != 100) Progress.SetStatus(100);              if (Progress.GetStatus() != 100) Progress.SetStatus(100);
724          } catch(Exception e) {          } catch(Exception e) {
725              Progress.SetErrorStatus(-1);              Progress.SetErrorStatus(-1);
726              throw e;              throw; // re-throw
727          }          }
728      }      }
729    

Legend:
Removed from v.3704  
changed lines
  Added in v.3705

  ViewVC Help
Powered by ViewVC