Skip to content

Switch to vtk_encode_string to handle large string on msvc.

Aron Helser requested to merge aron.helser/session-old:large_resource_fix into master

MSVC has a limit on length of string literals. Use vtk_encode_string instead to get around that limit.

Merge request reports