[GRASS-CVS] carlos: grass6/raster/r.out.mpeg main.c,2.10,2.11
grass at intevation.de
grass at intevation.de
Tue Nov 27 13:25:30 EST 2007
Author: carlos
Update of /grassrepository/grass6/raster/r.out.mpeg
In directory doto:/tmp/cvs-serv22445/r.out.mpeg
Modified Files:
main.c
Log Message:
Message standardization
Index: main.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.out.mpeg/main.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -d -r2.10 -r2.11
--- main.c 9 Mar 2007 13:04:35 -0000 2.10
+++ main.c 27 Nov 2007 18:25:28 -0000 2.11
@@ -84,7 +84,7 @@
else if (256 == G_system("mpeg_encode 2> /dev/null"))
strcpy(encoder, "mpeg_encode");
else
- G_fatal_error(_("either mpeg_encode or ppmtompeg must be installed"));
+ G_fatal_error(_("Either mpeg_encode or ppmtompeg must be installed"));
G_debug(1, "encoder = [%s]", encoder);
@@ -219,8 +219,7 @@
mapset = G_find_cell2 (name, "");
if (mapset == NULL)
- G_fatal_error (_("%s: <%s> cellfile not found"),
- G_program_name(), name);
+ G_fatal_error (_("Raster map <%s> not found"), name);
fd = G_open_cell_old (name, mapset);
if (fd < 0)
More information about the grass-commit
mailing list