You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: