Skip to content

Commit

Permalink
grass lib changed
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4868 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 17, 2006
1 parent 1d21e7b commit fb5c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassnewmapset.cpp
Expand Up @@ -504,7 +504,7 @@ void QgsGrassNewMapset::setGrassProjection()

} else {
ret = GPJ_osr_to_grass ( &mCellHead, &mProjInfo,
&mProjUnits, &hSRS, 0);
&mProjUnits, hSRS, 0);
}

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

0 comments on commit fb5c5b9

Please sign in to comment.