[GRASS-SVN] r72174 - grass/branches/releasebranch_7_0/doc/vector/v.example

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 28 07:10:14 PST 2018


Author: martinl
Date: 2018-01-28 07:10:14 -0800 (Sun, 28 Jan 2018)
New Revision: 72174

Modified:
   grass/branches/releasebranch_7_0/doc/vector/v.example/main.c
Log:
fix v.example (expansion of marco '_')

Modified: grass/branches/releasebranch_7_0/doc/vector/v.example/main.c
===================================================================
--- grass/branches/releasebranch_7_0/doc/vector/v.example/main.c	2018-01-28 15:09:10 UTC (rev 72173)
+++ grass/branches/releasebranch_7_0/doc/vector/v.example/main.c	2018-01-28 15:10:14 UTC (rev 72174)
@@ -129,7 +129,7 @@
     if (db_open_database(driver, &handle) != DB_OK) {
 	Vect_close(&In);
 	G_fatal_error(_("Unable to open database <%s> by driver <%s>"),
-		      Fi->database, driver);
+		      Fi->database, Fi->driver);
     }
     db_set_string(&table_name, Fi->table);
     if (db_describe_table(driver, &table_name, &table) != DB_OK) {



More information about the grass-commit mailing list