summaryrefslogtreecommitdiff
path: root/apps/app_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_record.c')
-rwxr-xr-xapps/app_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index 9e72be79d..8547de36b 100755
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -63,7 +63,7 @@ static int record_exec(struct ast_channel *chan, void *data)
int gotsilence = 0; /* did we timeout for silence? */
char silencestr[5];
int k = 0;
- int rfmt;
+ int rfmt = 0;
vdata = data; /* explained above */