Skip to content

Commit

Permalink
Fixed a bug that caused problems with info tool in wfs layers
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7054 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 29, 2007
1 parent 5188283 commit e29e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsprovider.cpp
Expand Up @@ -104,7 +104,7 @@ bool QgsWFSProvider::getNextFeature(QgsFeature& feature)
}
else
{
return false;
continue; //go for the next feature
}
}
else
Expand Down

0 comments on commit e29e972

Please sign in to comment.