mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
fix compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user