[GRASS-SVN] r53315 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 4 07:13:16 PDT 2012


Author: mmetz
Date: 2012-10-04 07:13:15 -0700 (Thu, 04 Oct 2012)
New Revision: 53315

Modified:
   grass/trunk/lib/vector/Vlib/ascii.c
Log:
Vlib: init variable

Modified: grass/trunk/lib/vector/Vlib/ascii.c
===================================================================
--- grass/trunk/lib/vector/Vlib/ascii.c	2012-10-04 13:51:04 UTC (rev 53314)
+++ grass/trunk/lib/vector/Vlib/ascii.c	2012-10-04 14:13:15 UTC (rev 53315)
@@ -388,7 +388,7 @@
 	    db_shutdown_driver(driver);
 	}
 	else {
-            int len_all;
+            int len_all = 0;
             
             if (column_names[0] && strcmp(column_names[0], "*") == 0) {
                 int icol, ncols;



More information about the grass-commit mailing list