Skip to content

Commit e07e91f

Browse files
committed
regression after fixing Issue #17
1 parent e632e6e commit e07e91f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

savejson.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@
257257
else
258258
txt={padding0, '[]'};
259259
end
260+
txt = sprintf('%s',txt{:});
260261
return;
261262
end
262263
if(~isempty(name))

0 commit comments

Comments
 (0)