Skip to content
Snippets Groups Projects
Commit d92bf40e authored by Kyle Lutz's avatar Kyle Lutz Committed by Dave DeMarle
Browse files

Fix vtkDataReader with signed char

The vtkDataWriter class uses the "signed_char" identifier for signed
char data but the vtkDataReader class only checks for "char". Now it
accepts either "char" or "signed_char".

This fixes VTK bug #13744.

Change-Id: I7f0c7614e4d01a0b700ab84a370d1896c63b18d1
parent efb1793c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment