[GRASS-SVN] r42082 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 3 08:28:42 EDT 2010
Author: mmetz
Date: 2010-05-03 08:28:41 -0400 (Mon, 03 May 2010)
New Revision: 42082
Modified:
grass/trunk/lib/vector/Vlib/write.c
Log:
correct order of arguments
Modified: grass/trunk/lib/vector/Vlib/write.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write.c 2010-05-03 10:29:08 UTC (rev 42081)
+++ grass/trunk/lib/vector/Vlib/write.c 2010-05-03 12:28:41 UTC (rev 42082)
@@ -208,7 +208,7 @@
offset = Map->plus.Line[line]->offset;
ret =
- (*Vect_rewrite_line_array[Map->format][Map->level]) (Map, offset, line, type,
+ (*Vect_rewrite_line_array[Map->format][Map->level]) (Map, line, type, offset,
points, cats);
if (ret == -1)
More information about the grass-commit
mailing list