--- linuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.cpp 2020/01/08 20:20:46 3704 +++ linuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.cpp 2020/01/08 20:26:53 3705 @@ -1,6 +1,6 @@ /*************************************************************************** * * - * Copyright (C) 2006 - 2016 Christian Schoenebeck * + * Copyright (C) 2006 - 2020 Christian Schoenebeck * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -242,7 +242,7 @@ try { SetLoadMode(&entry); } catch(Exception e) { - throw e; + throw; // re-throw } return entry;