[GRASS-CVS] martinl: grass6/vector/v.distance main.c,1.43,1.44
grass at intevation.de
grass at intevation.de
Wed Dec 5 08:56:36 EST 2007
Author: martinl
Update of /grassrepository/grass6/vector/v.distance
In directory doto:/tmp/cvs-serv2664
Modified Files:
main.c
Log Message:
Message standardization (cosmetics)
Index: main.c
===================================================================
RCS file: /grassrepository/grass6/vector/v.distance/main.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- main.c 5 Nov 2007 20:05:49 -0000 1.43
+++ main.c 5 Dec 2007 13:56:34 -0000 1.44
@@ -716,7 +716,7 @@
G_debug (3, "SQL: %s", db_get_string ( &stmt ));
if ( db_execute_immediate (driver, &stmt) != DB_OK )
- G_fatal_error(_("Cannot create table: '%s'"), db_get_string(&stmt));
+ G_fatal_error(_("Unable to create table: '%s'"), db_get_string(&stmt));
if (db_grant_on_table (driver, table_opt->answer, DB_PRIV_SELECT, DB_GROUP|DB_PUBLIC ) != DB_OK )
G_fatal_error(_("Unable to grant privileges on table <%s>"), table_opt->answer);
More information about the grass-commit
mailing list