From 8288a2a8515633f48d1ca13e42b76309a8ed53c4 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 31 Oct 2012 12:56:42 -0400 Subject: remove another fixed-length string --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.c') diff --git a/parser.c b/parser.c index 1459ae2..1313fa3 100644 --- a/parser.c +++ b/parser.c @@ -3193,7 +3193,7 @@ static int Parse_chan_list(int channel,char *parameter,int *primary_selected, in int *value_pointer; #define PARSE_MAX_STRING 20 - char temp[PARSE_MAX_STRING+1]; + char temp[PARSE_MAX_STRING+1]; // FIXME if (*response) { *response[0]=0; -- cgit