[GRASS-SVN] r36642 - grass/branches/develbranch_6/vector/v.in.dxf

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 8 18:21:11 EDT 2009


Author: neteler
Date: 2009-04-08 18:21:11 -0400 (Wed, 08 Apr 2009)
New Revision: 36642

Modified:
   grass/branches/develbranch_6/vector/v.in.dxf/write_vect.c
Log:
typo fixed

Modified: grass/branches/develbranch_6/vector/v.in.dxf/write_vect.c
===================================================================
--- grass/branches/develbranch_6/vector/v.in.dxf/write_vect.c	2009-04-08 21:33:54 UTC (rev 36641)
+++ grass/branches/develbranch_6/vector/v.in.dxf/write_vect.c	2009-04-08 22:21:11 UTC (rev 36642)
@@ -122,7 +122,7 @@
 			 int *cat)
 {
     int i, type;
-    char field_name[DXf_BUF_SIZE];
+    char field_name[DXF_BUF_SIZE];
     char x = 0;
 
     /* make table name SQL compliant: Vect_default_field_info returns



More information about the grass-commit mailing list