Skip to content

EnSight readers: fixes to santize filenames

Caitlin Ross requested to merge caitlin.ross/vtk:ensight-gold-name-fix into master

Fixes #19198 (closed). MR !9975 (merged) changed the sscanf calls so that filenames that contain spaces could be opened, however it did not account for the possibility of spaces at the end of the filename. This fixes that bug.

Backport: paraview/release

Edited by Cory Quammen

Merge request reports