[GRASS-SVN] r43700 - grass-addons/vector/v.in.gshhs
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 27 07:47:55 EDT 2010
Author: neteler
Date: 2010-09-27 11:47:55 +0000 (Mon, 27 Sep 2010)
New Revision: 43700
Modified:
grass-addons/vector/v.in.gshhs/main.c
Log:
hint where to find GSHHS_DATA_RELEASE
Modified: grass-addons/vector/v.in.gshhs/main.c
===================================================================
--- grass-addons/vector/v.in.gshhs/main.c 2010-09-27 11:15:52 UTC (rev 43699)
+++ grass-addons/vector/v.in.gshhs/main.c 2010-09-27 11:47:55 UTC (rev 43700)
@@ -268,7 +268,7 @@
version = (version >> 8) & 255;
}
- /* check version support */
+ /* check version support (GSHHS_DATA_RELEASE is defined in gshhs.h)*/
if (version < 4) /* not sure if that check works... */
G_fatal_error("Trying to import version %d, only GSHHS versions 4 to %d (2.0) are supported.", version, (int)GSHHS_DATA_RELEASE);
if (version > GSHHS_DATA_RELEASE)
More information about the grass-commit
mailing list