Skip to content

vpic: fix path separator searching

Ben Boeckel requested to merge ben.boeckel/vtk:vpic-path-fix into master

rfind finds the argument as-is. find_last_of finds the last instance of any of the given characters, which is what we want.

Merge request reports