Skip to content

Commit

Permalink
Merge pull request #5171 from seanm/vnl-2025-01-24
Browse files Browse the repository at this point in the history
Vnl 2025 01 24
  • Loading branch information
thewtex authored Jan 24, 2025
2 parents 77abeac + eb76fdb commit 67a0a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vnl_matlab_print(std::ostream & s, const T * array, unsigned length, vnl_matlab_
{
// Format according to selected style
// In both cases an exact 0 goes out as such
vnl_matlab_print_scalar(array[j], buf, format);
vnl_matlab_print_scalar(array[j], buf, sizeof(buf), format);
s << buf;
}

Expand Down

0 comments on commit 67a0a8b

Please sign in to comment.