Skip to content

Commit ab46f01

Browse files
author
rblazek
committedFeb 17, 2006
grass lib changed
git-svn-id: http://svn.osgeo.org/qgis/trunk@4868 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ec7838e commit ab46f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/grass/qgsgrassnewmapset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ void QgsGrassNewMapset::setGrassProjection()
504504

505505
} else {
506506
ret = GPJ_osr_to_grass ( &mCellHead, &mProjInfo,
507-
&mProjUnits, &hSRS, 0);
507+
&mProjUnits, hSRS, 0);
508508
}
509509

510510
// Note: I seems that GPJ_osr_to_grass()returns always 1,

0 commit comments

Comments
 (0)
Please sign in to comment.