/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceFactory.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceFactory.cpp

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

revision 2200 by schoenebeck, Sun Jul 12 10:35:55 2009 UTC revision 2201 by iliev, Thu Jul 7 19:19:09 2011 UTC
# Line 154  namespace LinuxSampler { Line 154  namespace LinuxSampler {
154          for (int i = 0; i >= 0; i++) { // seek for a free place starting from the beginning          for (int i = 0; i >= 0; i++) { // seek for a free place starting from the beginning
155              if (!mAudioOutputDevices[i]) {              if (!mAudioOutputDevices[i]) {
156                  iDeviceId = i;                  iDeviceId = i;
157                    mAudioOutputDevices.erase(i);
158                  break;                  break;
159              }              }
160          }          }

Legend:
Removed from v.2200  
changed lines
  Added in v.2201

  ViewVC Help
Powered by ViewVC