summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/bookmark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 646be3b..32521a3 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -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);