Skip to content

Commit

Permalink
fix ubjson uncompression error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed May 6, 2019
1 parent 98ffb1e commit a6bbfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadubjson.m
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
parse_char('}');
end
if(isstruct(object))
object=struct2jdata(object,'Base64',0);
object=struct2jdata(object,struct('Base64',0));
end

%%-------------------------------------------------------------------------
Expand Down

0 comments on commit a6bbfda

Please sign in to comment.