mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 05:31:34 +00:00
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
This commit is contained in:
parent
8e2f301ee4
commit
55ea419ae3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user