[GRASS-SVN] r34921 - grass/branches/develbranch_6/vector/v.out.ascii
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 17 15:00:01 EST 2008
Author: neteler
Date: 2008-12-17 15:00:01 -0500 (Wed, 17 Dec 2008)
New Revision: 34921
Modified:
grass/branches/develbranch_6/vector/v.out.ascii/b2a.c
Log:
typo
Modified: grass/branches/develbranch_6/vector/v.out.ascii/b2a.c
===================================================================
--- grass/branches/develbranch_6/vector/v.out.ascii/b2a.c 2008-12-17 19:34:31 UTC (rev 34920)
+++ grass/branches/develbranch_6/vector/v.out.ascii/b2a.c 2008-12-17 20:00:01 UTC (rev 34921)
@@ -194,7 +194,7 @@
for(i = 0; columns[i]; i++) {
if (db_select_value(driver, Fi->table, Fi->key, Cats->cat[0],
columns[i], &value) < 0)
- G_fatal_error(_("bUnable to select record from table <%s> (key %s, column %s)"),
+ G_fatal_error(_("Unable to select record from table <%s> (key %s, column %s)"),
Fi->table, Fi->key, columns[i]);
if (db_test_value_isnull(&value)) {
More information about the grass-commit
mailing list