[GRASS-CVS] carlos: grass6/raster/r.support/front front.c, 1.18, 1.19

grass at intevation.de grass at intevation.de
Wed Nov 28 13:25:58 EST 2007


Author: carlos

Update of /grassrepository/grass6/raster/r.support/front
In directory doto:/tmp/cvs-serv1162/r.support/front

Modified Files:
	front.c 
Log Message:
Message standardization


Index: front.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.support/front/front.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- front.c	21 May 2007 10:20:54 -0000	1.18
+++ front.c	28 Nov 2007 18:25:56 -0000	1.19
@@ -218,11 +218,11 @@
 	    G_fatal_error(_("Raster map <%s> not found"), map_opt->answer);
 
 	if((fd = G_open_cell_old(infile,mapset)) < 0)
-		G_fatal_error(_("Cannot open raster map <%s>"), infile);
+		G_fatal_error(_("Unable to open raster map <%s>"), infile);
 	G_init_cats ((CELL)0, "", &cats);
 	if (0 > G_read_cats(map_opt->answer, cmapset, &cats))
-	    G_fatal_error(_("Cannot read category file of raster map <%s>"),
-			  map_opt->answer);
+	    G_fatal_error(_("Unable to read category file of raster map <%s@%s>"),
+			  map_opt->answer, cmapset);
 
 	if (G_write_cats(infile, &cats) >= 0)
 	    G_message(_("cats table for [%s] set to %s"), infile, map_opt->answer);




More information about the grass-commit mailing list