aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_pcm_alaw.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_pcm_alaw.c')
-rw-r--r--formats/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 a738cf07b..13d7c174a 100644
--- a/formats/format_pcm_alaw.c
+++ b/formats/format_pcm_alaw.c
@@ -251,7 +251,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)
{
- long cur, max, offset;
+ long cur, max, offset = 0;
cur = ftell(fs->f);
fseek(fs->f, 0, SEEK_END);