Skip to content

Commit a6bbfda

Browse files
committed
fix ubjson uncompression error
1 parent 98ffb1e commit a6bbfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loadubjson.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
parse_char('}');
134134
end
135135
if(isstruct(object))
136-
object=struct2jdata(object,'Base64',0);
136+
object=struct2jdata(object,struct('Base64',0));
137137
end
138138

139139
%%-------------------------------------------------------------------------

0 commit comments

Comments
 (0)