[GRASS-SVN] r39125 -
grass/branches/releasebranch_6_4/vector/v.out.ascii
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 11 04:11:24 EDT 2009
Author: neteler
Date: 2009-09-11 04:11:24 -0400 (Fri, 11 Sep 2009)
New Revision: 39125
Modified:
grass/branches/releasebranch_6_4/vector/v.out.ascii/b2a.c
Log:
Initialise dbValue (bug #746)
Modified: grass/branches/releasebranch_6_4/vector/v.out.ascii/b2a.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.out.ascii/b2a.c 2009-09-11 08:11:22 UTC (rev 39124)
+++ grass/branches/releasebranch_6_4/vector/v.out.ascii/b2a.c 2009-09-11 08:11:24 UTC (rev 39125)
@@ -22,7 +22,7 @@
/* where */
struct field_info *Fi;
dbDriver *driver;
- dbValue value;
+ dbValue value = {0};
dbHandle handle;
int *cats, ncats;
More information about the grass-commit
mailing list