another bug fix for non-blocking seek
git-svn-id: https://svn.musicpd.org/mpd/trunk@1103 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
b3f46fd0cc
commit
5a4022d878
@ -28,8 +28,8 @@ static mpd_sint16 currentChunk = -1;
|
||||
|
||||
void clearOutputBuffer(OutputBuffer * cb) {
|
||||
currentChunk = -1;
|
||||
cb->end = cb->begin;
|
||||
cb->wrap = 0;
|
||||
/*cb->end = cb->begin;
|
||||
cb->wrap = 0;*/
|
||||
}
|
||||
|
||||
void flushOutputBuffer(OutputBuffer * cb) {
|
||||
|
Loading…
Reference in New Issue
Block a user