[GRASS-SVN] r60209 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 12 08:16:40 PDT 2014
Author: neteler
Date: 2014-05-12 08:16:40 -0700 (Mon, 12 May 2014)
New Revision: 60209
Modified:
grass/trunk/lib/gis/gisinit.c
Log:
libgis: msg cosmetics
Modified: grass/trunk/lib/gis/gisinit.c
===================================================================
--- grass/trunk/lib/gis/gisinit.c 2014-05-12 03:21:22 UTC (rev 60208)
+++ grass/trunk/lib/gis/gisinit.c 2014-05-12 15:16:40 UTC (rev 60209)
@@ -83,7 +83,7 @@
if (strcmp(version, GIS_H_VERSION) != 0)
G_fatal_error(_("Module built against version %s but "
- "trying to use version %s."
+ "trying to use version %s. "
"You need to rebuild GRASS GIS or untangle multiple installations."),
version, GIS_H_VERSION);
gisinit();
More information about the grass-commit
mailing list