[GRASS-SVN] r60211 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 12 08:16:48 PDT 2014
Author: neteler
Date: 2014-05-12 08:16:48 -0700 (Mon, 12 May 2014)
New Revision: 60211
Modified:
grass/branches/develbranch_6/lib/gis/gisinit.c
Log:
libgis: msg cosmetics
Modified: grass/branches/develbranch_6/lib/gis/gisinit.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/gisinit.c 2014-05-12 15:16:44 UTC (rev 60210)
+++ grass/branches/develbranch_6/lib/gis/gisinit.c 2014-05-12 15:16:48 UTC (rev 60211)
@@ -52,7 +52,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);
@@ -90,7 +90,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