[GRASS-SVN] r41014 -
grass/branches/develbranch_6/imagery/i.ortho.photo/libes
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 15 02:35:12 EST 2010
Author: hamish
Date: 2010-02-15 02:35:10 -0500 (Mon, 15 Feb 2010)
New Revision: 41014
Modified:
grass/branches/develbranch_6/imagery/i.ortho.photo/libes/camera.c
grass/branches/develbranch_6/imagery/i.ortho.photo/libes/elev.c
Log:
msg std'zn (merge from trunk)
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/libes/camera.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/libes/camera.c 2010-02-15 07:34:32 UTC (rev 41013)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/libes/camera.c 2010-02-15 07:35:10 UTC (rev 41014)
@@ -34,7 +34,7 @@
G_suppress_warnings(0);
if (!fd) {
sprintf(buf,
- _("Unable to open camera file for group [%s] in mapset [%s]"),
+ _("Unable to open camera file for group <%s> in mapset <%s>"),
group, G_mapset());
G_warning(buf);
return 0;
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/libes/elev.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/libes/elev.c 2010-02-15 07:34:32 UTC (rev 41013)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/libes/elev.c 2010-02-15 07:35:10 UTC (rev 41014)
@@ -47,7 +47,7 @@
if (!I_find_group_elev_file(group)) {
G_warning(
- _("Unable to find elevation file for group [%s] in mapset [%s]"),
+ _("Unable to find elevation file for group <%s> in mapset <%s>"),
group, G_mapset());
return 0;
}
@@ -58,7 +58,7 @@
if (!fd) {
G_warning(
- _("Unable to open elevation file for group [%s] in mapset [%s]"),
+ _("Unable to open elevation file for group <%s> in mapset <%s>"),
group, G_mapset());
G_sleep(3);
More information about the grass-commit
mailing list