Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
GRASS vector crash fix #7140
  • Loading branch information
blazek committed May 8, 2013
1 parent 9e05b41 commit fa348e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrassfeatureiterator.cpp
Expand Up @@ -234,7 +234,7 @@ bool QgsGrassFeatureIterator::rewind()

bool QgsGrassFeatureIterator::close()
{
if ( !mClosed )
if ( mClosed )
return false;

// finalization
Expand Down

0 comments on commit fa348e1

Please sign in to comment.