--- qsampler/trunk/src/qsamplerChannel.cpp 2005/01/18 11:29:01 341 +++ qsampler/trunk/src/qsamplerChannel.cpp 2005/01/18 11:56:33 342 @@ -475,10 +475,9 @@ delete pRiff; } else -#else +#endif for (int iInstrumentNr = 0; iInstrumentNr < QSAMPLER_INSTRUMENT_MAX; iInstrumentNr++) instlist.append(sInstrumentName + " [" + QString::number(iInstrumentNr) + "]"); -#endif } else instlist.append(sInstrumentName); @@ -511,9 +510,8 @@ delete pRiff; } else -#else - sInstrumentName += " [" + QString::number(iInstrumentNr) + "]"; #endif + sInstrumentName += " [" + QString::number(iInstrumentNr) + "]"; } return sInstrumentName;