Skip to content

Commit 67a0a8b

Browse files
authored
Merge pull request InsightSoftwareConsortium#5171 from seanm/vnl-2025-01-24
Vnl 2025 01 24
2 parents 77abeac + eb76fdb commit 67a0a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/ThirdParty/VNL/src/vxl/core/vnl/vnl_matlab_print.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vnl_matlab_print(std::ostream & s, const T * array, unsigned length, vnl_matlab_
3131
{
3232
// Format according to selected style
3333
// In both cases an exact 0 goes out as such
34-
vnl_matlab_print_scalar(array[j], buf, format);
34+
vnl_matlab_print_scalar(array[j], buf, sizeof(buf), format);
3535
s << buf;
3636
}
3737

0 commit comments

Comments
 (0)