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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 9 00:00:32 EDT 2008


Author: glynn
Date: 2008-09-09 00:00:32 -0400 (Tue, 09 Sep 2008)
New Revision: 33340

Modified:
   grass/trunk/lib/gis/gisinit.c
Log:
Revert r33327


Modified: grass/trunk/lib/gis/gisinit.c
===================================================================
--- grass/trunk/lib/gis/gisinit.c	2008-09-09 02:04:20 UTC (rev 33339)
+++ grass/trunk/lib/gis/gisinit.c	2008-09-09 04:00:32 UTC (rev 33340)
@@ -51,7 +51,7 @@
     G_set_program_name(pgm);
 
     if (strcmp(version, GIS_H_VERSION) != 0)
-	G_fatal_error(_("Incompatible library version for module: recompilation needed."));
+	G_fatal_error(_("Incompatible library version for module"));
 
     /* Make sure location and mapset are set */
     G_location_path();
@@ -86,7 +86,7 @@
 	return 0;
 
     if (strcmp(version, GIS_H_VERSION) != 0)
-	G_fatal_error(_("Incompatible library version for module: recompilation needed."));
+	G_fatal_error(_("Incompatible library version for module"));
 
     gisinit();
 



More information about the grass-commit mailing list