diff options
Diffstat (limited to 'sbc/sbcdec.c')
| -rw-r--r-- | sbc/sbcdec.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/sbc/sbcdec.c b/sbc/sbcdec.c index 5ac02b44..5029d317 100644 --- a/sbc/sbcdec.c +++ b/sbc/sbcdec.c @@ -170,8 +170,7 @@ static void decode(char *filename, char *output, int tofile)  		 * length of the file (!) */  		pos += framelen;  		framelen = sbc_decode(&sbc, stream + pos, streamlen - pos, -					buf + count, sizeof(buf) - count, -					&len); +					buf + count, sizeof(buf) - count, &len);  	}  	if (count > 0) { | 
