Skip to content

Commit

Permalink
fix octave warning for saveubjson
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 12, 2018
1 parent 34284c7 commit e090f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saveubjson.m
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,4 @@
%%-------------------------------------------------------------------------
function bytes=data2byte(varargin)
bytes=typecast(varargin{:});
bytes=bytes(:)';
bytes=char(bytes(:)');

0 comments on commit e090f0a

Please sign in to comment.