aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_g729.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-27 23:35:17 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-27 23:35:17 +0000
commit504acd4800ee38c7938f8468d276b68b095aa3a2 (patch)
treef4aa6f23517f3f8cf81e7cd17056a7c4207e491c /formats/format_g729.c
parent9ea1a77af95f8326a764106fd757e43a3ccb20d5 (diff)
Format cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1444 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_g729.c')
-rwxr-xr-xformats/format_g729.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_g729.c b/formats/format_g729.c
index 81765985f..b35ff966f 100755
--- a/formats/format_g729.c
+++ b/formats/format_g729.c
@@ -168,7 +168,7 @@ static char *g729_getcomment(struct ast_filestream *s)
static int g729_seek(struct ast_filestream *fs, long sample_offset, int whence)
{
long bytes;
- off_t min,cur,max,offset;
+ off_t min,cur,max,offset=0;
min = 0;
cur = lseek(fs->fd, 0, SEEK_CUR);
max = lseek(fs->fd, 0, SEEK_END);