summaryrefslogtreecommitdiff
path: root/formats/format_pcm_alaw.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-08-27 23:35:17 +0000
committerMark Spencer <markster@digium.com>2003-08-27 23:35:17 +0000
commit01882fa17ebfbde7e9bf63c2209814a042dc69da (patch)
treef4aa6f23517f3f8cf81e7cd17056a7c4207e491c /formats/format_pcm_alaw.c
parentc6d42e9779d9bb53f1eb3afa3f72f363c32d4b46 (diff)
Format cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'formats/format_pcm_alaw.c')
-rwxr-xr-xformats/format_pcm_alaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_pcm_alaw.c b/formats/format_pcm_alaw.c
index abc450f24..8e96b41af 100755
--- a/formats/format_pcm_alaw.c
+++ b/formats/format_pcm_alaw.c
@@ -237,7 +237,7 @@ static int pcm_write(struct ast_filestream *fs, struct ast_frame *f)
static int pcm_seek(struct ast_filestream *fs, long sample_offset, int whence)
{
- off_t offset,min,cur,max;
+ off_t offset=0,min,cur,max;
min = 0;
cur = lseek(fs->fd, 0, SEEK_CUR);