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

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

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

revision 1845 by iliev, Thu Feb 5 17:48:54 2009 UTC revision 1846 by iliev, Thu Feb 26 22:43:45 2009 UTC
# Line 117  namespace LinuxSampler { Line 117  namespace LinuxSampler {
117          if(charBufSize < len) {          if(charBufSize < len) {
118              delete [] charBuf;              delete [] charBuf;
119              charBufSize *= 2;              charBufSize *= 2;
120                if(charBufSize < len) charBufSize = len;
121              charBuf = new char[charBufSize];              charBuf = new char[charBufSize];
122          }          }
123                    

Legend:
Removed from v.1845  
changed lines
  Added in v.1846

  ViewVC Help
Powered by ViewVC