Skip to content

Conversation

@ConConner
Copy link

@ConConner ConConner commented Nov 4, 2024

The program hardcoded the file seperator to be the windows backslash \. This leads to huge issues on non-windows machines like Linux, since an error will be thrown on every file load and resulting in the deletion of all bookmarks associated with that file.

This small change replaces the harcoded backslash with the OS specific path seperator.

fixes #13
fixes #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bookmarks XML incorrectly writes file path errors because "resources/tmres.dtd" is missing

1 participant