Skip to content

Commit ae74220

Browse files
committedFeb 7, 2017
fix crash caused by use of std::sort and sort function to conforming to strict weak ordering
1 parent 0d1b7dc commit ae74220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsexpressionsorter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class QgsExpressionSorter
130130
}
131131

132132
// Equal
133-
return true;
133+
return false;
134134
}
135135

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

0 commit comments

Comments
 (0)
Please sign in to comment.