You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: VTKPolyDataMeshIO should use signed char for the CHAR cases
`VTKPolyDataMeshIO` originally casted the `buffer` to plain `char *` for
component type `CHAR`. However, `CHAR` indicates that the component type is
_signed_ char, whereas the default `char` might be unsigned.
Follow-up to pull request #5470
commit 70fbb2b "BUG: MINCImageIO should use
`signed char` for `CHAR` and `MI_TYPE_BYTE`"
0 commit comments