[GRASS-SVN] r36601 - grass/branches/develbranch_6/vector/v.what
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 6 08:59:34 EDT 2009
Author: neteler
Date: 2009-04-06 08:59:34 -0400 (Mon, 06 Apr 2009)
New Revision: 36601
Modified:
grass/branches/develbranch_6/vector/v.what/what.c
Log:
else fix
Modified: grass/branches/develbranch_6/vector/v.what/what.c
===================================================================
--- grass/branches/develbranch_6/vector/v.what/what.c 2009-04-06 12:45:57 UTC (rev 36600)
+++ grass/branches/develbranch_6/vector/v.what/what.c 2009-04-06 12:59:34 UTC (rev 36601)
@@ -265,8 +265,8 @@
fprintf(stdout, "Type=Area\nArea_height=%f\n", z);
}
else {
+ fprintf(stdout, _("Type: Area\nArea height: %f\n"), z);
}
- fprintf(stdout, _("Type: Area\nArea height: %f\n"), z);
}
else {
if (script) {
More information about the grass-commit
mailing list