Skip to content

Fixed qsort compare function to return zero when numbers are equal

Sean McBride requested to merge seanm/vtk:qsort-fix into master

This is what the qsort docs say is required.

Merge request reports