Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added better CURRENT file handling #9

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Conversation

gentlegiantJGC
Copy link
Member

@gentlegiantJGC gentlegiantJGC commented Oct 5, 2022

Normal databases store the name of the manifest file in the CURRENT file.
Marketplace worlds store some binary data in this file that seems to always start with a null character.
The old code has been modified to extract the string up to a non-printable character.
If the final result is an empty string a not supported status is returned.

Normal databases store the name of the manifest file in the CURRENT file.
Marketplace worlds store some binary data in this file that seems to always start with a null character.
The old code has been modified to extract the string up to a non-printable character.
If the final result is an empty string a not supported status is returned.
@gentlegiantJGC gentlegiantJGC merged commit 327630b into master Oct 5, 2022
@gentlegiantJGC gentlegiantJGC deleted the fix-current branch October 5, 2022 10:41
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.

1 participant