forked from len0rd/rockbox
Fixed a regression caused in r30021: tagnavi_custom.config parsing
fails if lines ended with <CR><LF> sequence. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30058 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ba8871d5b
commit
d0084ffd7a
4 changed files with 10 additions and 4 deletions
|
@ -3350,7 +3350,7 @@ static bool read_tag(char *dest, long size,
|
|||
return false;
|
||||
}
|
||||
|
||||
static int parse_changelog_line(int line_n, const char *buf, void *parameters)
|
||||
static int parse_changelog_line(int line_n, char *buf, void *parameters)
|
||||
{
|
||||
struct index_entry idx;
|
||||
char tag_data[TAG_MAXLEN+32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue