SVN commit 834397 by mkretz: one more misuse of m_buffersize: pullPuffer set it to 0, so use the saved value M +1 -1 bytestream.cpp --- trunk/KDE/kdebase/runtime/phonon/xine/bytestream.cpp #834396:834397 @@ -228,7 +228,7 @@ m_currentPosition += len; PXINE_DEBUG << "returning less data than requested, the stream is at its end"; //kDebug(610) << "UNLOCKING m_mutex: "; - return m_buffersize; + return len; } PXINE_DEBUG << "return 0, the stream is at its end"; //kDebug(610) << "UNLOCKING m_mutex: ";