forked from len0rd/rockbox
DB import: Correctly import previously exported resume offsets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29469 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3db9fd199f
commit
b016ab9d86
1 changed files with 2 additions and 2 deletions
|
|
@ -3390,8 +3390,8 @@ static int parse_changelog_line(int line_n, const char *buf, void *parameters)
|
||||||
char tag_data[TAG_MAXLEN+32];
|
char tag_data[TAG_MAXLEN+32];
|
||||||
int idx_id;
|
int idx_id;
|
||||||
long masterfd = (long)parameters;
|
long masterfd = (long)parameters;
|
||||||
const int import_tags[] = { tag_playcount, tag_rating, tag_playtime, tag_lastplayed,
|
const int import_tags[] = { tag_playcount, tag_rating, tag_playtime,
|
||||||
tag_commitid };
|
tag_lastplayed, tag_commitid, tag_lastoffset };
|
||||||
int i;
|
int i;
|
||||||
(void)line_n;
|
(void)line_n;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue