Skip to content

Commit fa348e1

Browse files
committed
GRASS vector crash fix #7140
1 parent 9e05b41 commit fa348e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/grass/qgsgrassfeatureiterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ bool QgsGrassFeatureIterator::rewind()
234234

235235
bool QgsGrassFeatureIterator::close()
236236
{
237-
if ( !mClosed )
237+
if ( mClosed )
238238
return false;
239239

240240
// finalization

0 commit comments

Comments
 (0)