Patch #889885 by Benjamin Metzler, fixes a bug with bookmarks in the root directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4396 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8cdac9eecb
commit
689eef3342
1 changed files with 0 additions and 2 deletions
|
@ -1004,8 +1004,6 @@ static bool parse_bookmark(char *bookmark,
|
|||
if (end)
|
||||
{
|
||||
local_resume_file = strtok_r(NULL, ";", &end);
|
||||
if (local_resume_file[strlen(local_resume_file) - 1] == '/')
|
||||
local_resume_file[strlen(local_resume_file) - 1] = '\0';
|
||||
|
||||
if (end)
|
||||
local_file_name = strtok_r(NULL, ";", &end);
|
||||
|
|
Loading…
Reference in a new issue