Skip to content

Commit 546b279

Browse files
author
jef
committed
fix #2601
git-svn-id: http://svn.osgeo.org/qgis/trunk@13586 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 98f68b0 commit 546b279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgscoordinatereferencesystem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ bool QgsCoordinateReferenceSystem::saveAsUserCRS()
12391239
+ "," + quotedValue( projectionAcronym() )
12401240
+ "," + quotedValue( ellipsoidAcronym() )
12411241
+ "," + quotedValue( toProj4() )
1242-
+ "',0)"; // <-- is_geo shamelessly hard coded for now
1242+
+ ",0)"; // <-- is_geo shamelessly hard coded for now
12431243
}
12441244
else
12451245
{

0 commit comments

Comments
 (0)