Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace 'and' with '&&'
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5365 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 24, 2006
1 parent 81e79e1 commit 906e058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -335,7 +335,7 @@ void QgsWmsProvider::setImageCrs(QString const & crs)

if (
(crs != imageCrs)
and
&&
(! crs.isEmpty() )
)
{
Expand Down

0 comments on commit 906e058

Please sign in to comment.