diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/bookmark.c | 2 |
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); |