This patch created automatically Index: format_sln.c =================================================================== --- format_sln.c (revision 10461) +++ format_sln.c (working copy) @@ -189,7 +189,7 @@ } /* always protect against seeking past begining. */ offset = (offset < min)?min:offset; - return fseek(fs->f, offset, SEEK_SET) / 2; + return fseek(fs->f, offset, SEEK_SET); } static int slinear_trunc(struct ast_filestream *fs)