Skip to content

Prevent possible null dereference

Sean McBride requested to merge seanm/vtk:mac-utf-ascii-null into master

Check return value for null to prevent possible crash. Also, get ASCII from NSString instead of UTF8.

Merge request reports