[GRASS-SVN] r41013 - grass/trunk/imagery/i.ortho.photo/lib

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 15 02:34:33 EST 2010


Author: hamish
Date: 2010-02-15 02:34:32 -0500 (Mon, 15 Feb 2010)
New Revision: 41013

Modified:
   grass/trunk/imagery/i.ortho.photo/lib/camera.c
   grass/trunk/imagery/i.ortho.photo/lib/elev.c
Log:
msg std'zn

Modified: grass/trunk/imagery/i.ortho.photo/lib/camera.c
===================================================================
--- grass/trunk/imagery/i.ortho.photo/lib/camera.c	2010-02-15 07:24:03 UTC (rev 41012)
+++ grass/trunk/imagery/i.ortho.photo/lib/camera.c	2010-02-15 07:34:32 UTC (rev 41013)
@@ -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/trunk/imagery/i.ortho.photo/lib/elev.c
===================================================================
--- grass/trunk/imagery/i.ortho.photo/lib/elev.c	2010-02-15 07:24:03 UTC (rev 41012)
+++ grass/trunk/imagery/i.ortho.photo/lib/elev.c	2010-02-15 07:34:32 UTC (rev 41013)
@@ -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