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