[GRASS-SVN] r50642 - grass/trunk/vector/v.rectify
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 3 05:41:57 EST 2012
Author: mmetz
Date: 2012-02-03 02:41:57 -0800 (Fri, 03 Feb 2012)
New Revision: 50642
Modified:
grass/trunk/vector/v.rectify/cp.c
Log:
initialize message
Modified: grass/trunk/vector/v.rectify/cp.c
===================================================================
--- grass/trunk/vector/v.rectify/cp.c 2012-02-03 10:00:37 UTC (rev 50641)
+++ grass/trunk/vector/v.rectify/cp.c 2012-02-03 10:41:57 UTC (rev 50642)
@@ -278,6 +278,8 @@
struct Control_Points_3D cp3;
int ret = 0;
int order_pnts[2][3] = {{ 3, 6, 10 }, { 4, 10, 20 }};
+
+ msg[0] = '\0';
if (use3d) {
/* read 3D GCPs from points file */
More information about the grass-commit
mailing list