[GRASS-SVN] r43116 - grass/trunk/vector/v.info
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 14 14:34:00 EDT 2010
Author: mmetz
Date: 2010-08-14 18:34:00 +0000 (Sat, 14 Aug 2010)
New Revision: 43116
Modified:
grass/trunk/vector/v.info/main.c
Log:
temporary debug check for LFS
Modified: grass/trunk/vector/v.info/main.c
===================================================================
--- grass/trunk/vector/v.info/main.c 2010-08-14 18:11:27 UTC (rev 43115)
+++ grass/trunk/vector/v.info/main.c 2010-08-14 18:34:00 UTC (rev 43116)
@@ -16,6 +16,7 @@
*
**************************************************************/
+#include <grass/config.h>
#include <grass/gis.h>
#include <grass/vector.h>
#include <grass/glocale.h>
@@ -40,6 +41,8 @@
module->description =
_("Outputs basic information about a vector map.");
+ G_debug(1,"LFS is %s", sizeof(off_t) == 8 ? "available" : "not available");
+
parse_args(argc, argv,
&input_opt, &field_opt,
&hist_flag, &col_flag, ®_flag, &topo_flag, &title_flag);
More information about the grass-commit
mailing list