Skip to content

Commit

Permalink
fix #1233 (spotted by mloskot)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9113 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 21, 2008
1 parent d771755 commit d307c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/wfs/qgswfssourceselect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ long QgsWFSSourceSelect::getPreferredCrs(const QSet<long>& crsSet) const
int ProjectCRS = -1;
if(projectRefSys.isValid())
{
long ProjectCRS = projectRefSys.epsg();
ProjectCRS = projectRefSys.epsg();
}

if(ProjectCRS != -1)
Expand Down

0 comments on commit d307c80

Please sign in to comment.