mirror of
https://github.com/mpv-player/mpv
synced 2025-01-14 02:51:26 +00:00
erm...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1094 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2a0e29abbe
commit
68d53c538e
@ -277,7 +277,6 @@ int parse_config_file(struct config *conf, char *conffile)
|
||||
printf("\n");
|
||||
|
||||
while (fgets(line, MAX_LINE_LEN, fp)) {
|
||||
nextline:
|
||||
if (errors >= 16) {
|
||||
printf("too many errors\n");
|
||||
goto out;
|
||||
@ -405,6 +404,7 @@ nextline:
|
||||
continue;
|
||||
/* break */
|
||||
}
|
||||
nextline:
|
||||
}
|
||||
|
||||
free(line);
|
||||
|
Loading…
Reference in New Issue
Block a user