[GRASS-SVN] r47379 - grass/trunk/db/db.copy
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 3 12:05:27 EDT 2011
Author: martinl
Date: 2011-08-03 09:05:27 -0700 (Wed, 03 Aug 2011)
New Revision: 47379
Modified:
grass/trunk/db/db.copy/main.c
Log:
db.copy: add missing G_gisinit()
Modified: grass/trunk/db/db.copy/main.c
===================================================================
--- grass/trunk/db/db.copy/main.c 2011-08-03 15:39:38 UTC (rev 47378)
+++ grass/trunk/db/db.copy/main.c 2011-08-03 16:05:27 UTC (rev 47379)
@@ -29,6 +29,8 @@
struct GModule *module;
const char *drv, *db;
+ G_gisinit(argv[0]);
+
/* Set description */
module = G_define_module();
G_add_keyword(_("database"));
More information about the grass-commit
mailing list