From d80093fed6c084e38a4c3808e62649bd723adc5b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 30 May 2004 13:33:13 +0000 Subject: fixed seek, its now blocking again git-svn-id: https://svn.musicpd.org/mpd/trunk@1237 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index 33303dd26..ee453b0c8 100644 --- a/src/decode.h +++ b/src/decode.h @@ -51,7 +51,8 @@ typedef struct _DecoderControl { volatile mpd_sint8 start; volatile mpd_uint16 error; volatile mpd_sint8 seek; - volatile mpd_sint16 seekChunk; + volatile mpd_sint8 seekError; + volatile mpd_sint8 seekable; volatile mpd_sint8 cycleLogFiles; volatile double seekWhere; char file[MAXPATHLEN+1]; -- cgit v1.2.3