[GRASS-SVN] r60539 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 07:14:27 PDT 2014


Author: hcho
Date: 2014-05-28 07:14:27 -0700 (Wed, 28 May 2014)
New Revision: 60539

Modified:
   grass/trunk/lib/gis/parser.c
Log:
G_open_option_file(): message read => open

Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2014-05-28 14:10:25 UTC (rev 60538)
+++ grass/trunk/lib/gis/parser.c	2014-05-28 14:14:27 UTC (rev 60539)
@@ -1512,7 +1512,7 @@
 	if (stdinout)
 	    fp = stdin;
 	else if ((fp = fopen(option->answer, "r")) == NULL)
-	    G_fatal_error(_("Unable to read %s file <%s>"),
+	    G_fatal_error(_("Unable to open %s file <%s>"),
 			    option->key, option->answer);
     } else if (strcmp(option->gisprompt, "new,file,file") == 0) {
 	if (stdinout)



More information about the grass-commit mailing list