Skip to content
  • Utkarsh Ayachit's avatar
    Handle long string in vtkDataWriter. · faf1942f
    Utkarsh Ayachit authored
    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.
    faf1942f