[GRASS-SVN] r29901 - grass/trunk/lib/driver

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 30 16:21:42 EST 2008


Author: hamish
Date: 2008-01-30 16:21:42 -0500 (Wed, 30 Jan 2008)
New Revision: 29901

Modified:
   grass/trunk/lib/driver/font2.c
Log:
give a hint as to a probable solution


Modified: grass/trunk/lib/driver/font2.c
===================================================================
--- grass/trunk/lib/driver/font2.c	2008-01-30 20:31:46 UTC (rev 29900)
+++ grass/trunk/lib/driver/font2.c	2008-01-30 21:21:42 UTC (rev 29901)
@@ -153,7 +153,8 @@
 	fp = fopen(buf, "r");
 	if (!fp)
 	{
-		G_warning("unable to open font map '%s': %s", buf,
+		G_warning("Unable to open font map '%s': %s. "
+			  "Try running 'g.mkfontcap -o'", buf,
 			  strerror(errno));
 		return;
 	}



More information about the grass-commit mailing list