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

Fix corrupted 'path' variable when going up a folder level #30

Merged
merged 2 commits into from
Oct 21, 2022

Conversation

frachel
Copy link
Collaborator

@frachel frachel commented Oct 21, 2022

When devancing/going back/up a folder level, the "path" variable wasn't getting fully "nulled out" - it was just getting a null put in the string at the end of the new path, but the text from the previous path was still present in the string after the null. The FujiNet interprets text after the null as a "filter" for the open directory function.

…ently it was just putting a null after the last "/" character which is fine for string functions accessing it, but the "open folder" FujiNet function looks for text after the null, and there is something it uses it as a filter. So when devancing folders, extraneous text after the null was though to be a filter.
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.

None yet

1 participant