Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/geometry/qgsgeos.cpp
  • Loading branch information
nyalldawson committed Oct 24, 2021
1 parent 462e258 commit 99fcbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeos.cpp
Expand Up @@ -2510,7 +2510,7 @@ QgsGeometry QgsGeos::mergeLines( QString *errorMsg ) const

QgsGeometry QgsGeos::closestPoint( const QgsGeometry &other, QString *errorMsg ) const
{
if ( !mGeos || isEmpty() || other.isEmpty() || other.isNull() )
if ( !mGeos || isEmpty() || other.isEmpty() )
{
return QgsGeometry();
}
Expand Down

0 comments on commit 99fcbc9

Please sign in to comment.