aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_read.c
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-29 18:51:33 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-29 18:51:33 +0000
commitefd35db371de9bb7d9d96b9842f9a509b8a8fd61 (patch)
treef6732b55172c62530a1d5fb0bf3d0bb59f25c8ba /apps/app_read.c
parenta275e1a1e95f1013d8d7a5be1aad0c3f74698c40 (diff)
fix compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4593 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_read.c')
-rwxr-xr-xapps/app_read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_read.c b/apps/app_read.c
index fb3a7eac4..7676f0aba 100755
--- a/apps/app_read.c
+++ b/apps/app_read.c
@@ -69,8 +69,8 @@ static int read_exec(struct ast_channel *chan, void *data)
int maxdigits=255;
int tries = 1;
int to = 0;
- int defined = 0, x = 0;
- char *argcopy;
+ x = 0;
+ char *argcopy = NULL;
char *args[8];
if (data)