Applied patch #993803 (fix for a COMI hang) after some discussion with

aquadran. Let's hope the cure isn't worse than the disease...

svn-id: r14277
This commit is contained in:
Torbjörn Andersson
2004-07-19 15:21:29 +00:00
parent 056751e1ee
commit bc300cb062
+1 -1
View File
@@ -277,7 +277,7 @@ int IMuseDigital::getSoundStatus(int sound) const {
Track *track = _track[l];
if (track->soundId == sound) {
if ((track->stream2 && track->handle.isActive()) ||
(track->stream && track->used)) {
(track->stream && track->used && !track->readyToRemove)) {
return 1;
}
}