Skip to content

Commit 68ad9fe

Browse files
committedSep 11, 2017
Fix clang-tidy int to bool conversion warning
1 parent 6ca50a0 commit 68ad9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/geometry/qgsgeos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ bool QgsGeos::topologicalTestPointsSplit( const GEOSGeometry *splitLine, QgsPoin
693693
}
694694
GEOSGeom_destroy_r( geosinit.ctxt, intersectionGeom );
695695
}
696-
CATCH_GEOS_WITH_ERRMSG( 1 )
696+
CATCH_GEOS_WITH_ERRMSG( true )
697697

698698
return true;
699699
}

0 commit comments

Comments
 (0)