[GRASS-SVN] r55481 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 21 07:57:15 PDT 2013
Author: mmetz
Date: 2013-03-21 07:57:14 -0700 (Thu, 21 Mar 2013)
New Revision: 55481
Modified:
grass/trunk/lib/vector/Vlib/cats.c
Log:
add layer number to cat list
Modified: grass/trunk/lib/vector/Vlib/cats.c
===================================================================
--- grass/trunk/lib/vector/Vlib/cats.c 2013-03-21 13:59:17 UTC (rev 55480)
+++ grass/trunk/lib/vector/Vlib/cats.c 2013-03-21 14:57:14 UTC (rev 55481)
@@ -586,6 +586,8 @@
Vect_destroy_cat_list(list);
list = NULL;
}
+ else
+ list->field = layer;
}
return list;
More information about the grass-commit
mailing list