From 55ea419ae32fa81df3835886ae82aa0b6916905c Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 19 Jan 2014 10:53:03 +0000 Subject: cookies.c: cols must (and does) have 7 elements. Doesn't affect the generated code, but avoids confusion in both humans and newer Coverity versions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@36623 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/cookies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/cookies.c b/stream/cookies.c index 4b5b7b2e14..a12122f0ac 100644 --- a/stream/cookies.c +++ b/stream/cookies.c @@ -61,7 +61,7 @@ static char *col_dup(void *talloc_ctx, const char *src) } /* Finds the start of all the columns */ -static int parse_line(char **ptr, char *cols[6]) +static int parse_line(char **ptr, char *cols[7]) { int col; cols[0] = *ptr; -- cgit v1.2.3