Skip to content

Commit

Permalink
fix crash caused by use of std::sort and sort function to conforming …
Browse files Browse the repository at this point in the history
…to strict weak ordering
  • Loading branch information
nirvn committed Feb 7, 2017
1 parent 0d1b7dc commit ae74220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsexpressionsorter.h
Expand Up @@ -130,7 +130,7 @@ class QgsExpressionSorter
}

// Equal
return true;
return false;
}

void sortFeatures( QList<QgsFeature>& features, QgsExpressionContext* expressionContext )
Expand Down

0 comments on commit ae74220

Please sign in to comment.