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
if (!Encoder_writeByte(context, EMPTY_STRING_TYPE))
I'm wondering if, in the case of a key that is actually an empty string, a fully specified zero length string (with encode_string) would avoid the problem. Presumably the end-of-keys marker is EMPTY_STRING_TYPE specifically?
I don't follow the code (or spec) that well, so there may obviously be a better way.
See this complete example:
I'm currently running
AmFast==0.5.3-r546
The text was updated successfully, but these errors were encountered: