Skip to content

Commit e090f0a

Browse files
committed
fix octave warning for saveubjson
1 parent 34284c7 commit e090f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saveubjson.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,4 @@
558558
%%-------------------------------------------------------------------------
559559
function bytes=data2byte(varargin)
560560
bytes=typecast(varargin{:});
561-
bytes=bytes(:)';
561+
bytes=char(bytes(:)');

0 commit comments

Comments
 (0)