[GRASS-SVN] r45704 - grass/branches/releasebranch_6_4/vector/v.in.dwg

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 18 04:51:42 EDT 2011


Author: neteler
Date: 2011-03-18 01:51:41 -0700 (Fri, 18 Mar 2011)
New Revision: 45704

Modified:
   grass/branches/releasebranch_6_4/vector/v.in.dwg/main.c
Log:
fix of bug #1317

Modified: grass/branches/releasebranch_6_4/vector/v.in.dwg/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.in.dwg/main.c	2011-03-18 08:49:24 UTC (rev 45703)
+++ grass/branches/releasebranch_6_4/vector/v.in.dwg/main.c	2011-03-18 08:51:41 UTC (rev 45704)
@@ -216,7 +216,7 @@
     if (db_execute_immediate(driver, &sql) != DB_OK) {
 	db_close_database(driver);
 	db_shutdown_driver(driver);
-	G_fatal_error(_("Unable to create table: '%s'", db_get_string(&sql));
+	G_fatal_error(_("Unable to create table: '%s'", db_get_string(&sql)));
     }
 
     if (db_create_index2(driver, Fi->table, "cat") != DB_OK)



More information about the grass-commit mailing list