Skip to content

Handle long string in vtkDataWriter.

vtkDataWriter failed to save buffer to string correctly when the string lenght was larger than max(int). Fixed to use vtkIdType for the variable used to store the buffer length.

Merge request reports