return properly after extending file

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7803 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-01-04 23:45:34 +00:00
parent e234ad0011
commit cf293c224d
2 changed files with 2 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ static int pcm_seek(struct ast_filestream *fs, long sample_offset, int whence)
return res;
left -= res;
}
return offset;
}
/* fall through */
default:

View File

@@ -282,6 +282,7 @@ static int pcm_seek(struct ast_filestream *fs, long sample_offset, int whence)
return res;
left -= res;
}
return offset;
}
/* fall through */
default: