/[svn]/linuxsampler/trunk/src/engines/gig/DiskThread.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/DiskThread.cpp

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

revision 329 by senkov, Tue Dec 28 09:43:04 2004 UTC revision 333 by senkov, Sat Jan 1 08:18:07 2005 UTC
# Line 235  namespace LinuxSampler { namespace gig { Line 235  namespace LinuxSampler { namespace gig {
235              }              }
236    
237              // if there are deletion commands, delete those streams              // if there are deletion commands, delete those streams
238              while (Stream::UnusedStreams < Streams && DeletionQueue->read_space() > 0) {              while (Stream::UnusedStreams < Stream::TotalStreams && DeletionQueue->read_space() > 0) {
239                  delete_command_t command;                  delete_command_t command;
240                  DeletionQueue->pop(&command);                  DeletionQueue->pop(&command);
241                  DeleteStream(command);                  DeleteStream(command);

Legend:
Removed from v.329  
changed lines
  Added in v.333

  ViewVC Help
Powered by ViewVC