Skip to content

vtkPVImageSliceMapper: check if the string is non-empty

The member is declared as:

char ArrayName[256];

so it is always non-null. Instead, check if the name is empty.

Merge request reports

Loading