[GRASS-SVN] r33356 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 9 11:35:46 EDT 2008


Author: neteler
Date: 2008-09-09 11:35:46 -0400 (Tue, 09 Sep 2008)
New Revision: 33356

Modified:
   grass/branches/develbranch_6/lib/gis/gisinit.c
Log:
reverted r33328 as different solutions are possible

Modified: grass/branches/develbranch_6/lib/gis/gisinit.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/gisinit.c	2008-09-09 15:32:48 UTC (rev 33355)
+++ grass/branches/develbranch_6/lib/gis/gisinit.c	2008-09-09 15:35:46 UTC (rev 33356)
@@ -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();



More information about the grass-commit mailing list