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 node graphs being loaded with a null byte appended #146

Closed
SamVanheer opened this issue Apr 4, 2022 · 1 comment
Closed

Fix node graphs being loaded with a null byte appended #146

SamVanheer opened this issue Apr 4, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@SamVanheer
Copy link
Collaborator

FileSystem_LoadFileIntoBuffer currently always appends a null terminator regardless of whether it's text or binary data. Fix this to only append it if it's meant to be interpreted as text.

@SamVanheer SamVanheer added the bug Something isn't working label Apr 4, 2022
@SamVanheer SamVanheer self-assigned this Apr 4, 2022
@SamVanheer
Copy link
Collaborator Author

Fixed by 609eafd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant