A semi-colon is also a string end
Commited in SoC by Vitor Sessak on 2008-04-21 18:40:05 Originally committed as revision 13321 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dd8e311e70
commit
dbec351d9f
@ -107,6 +107,7 @@ static char *consume_string(const char **buf)
|
||||
case '[':
|
||||
case '=':
|
||||
case ',':
|
||||
case ';':
|
||||
case ' ':
|
||||
case '\n':
|
||||
*out++= 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user