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

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


Author: neteler
Date: 2008-09-09 11:32:48 -0400 (Tue, 09 Sep 2008)
New Revision: 33355

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 13:35:00 UTC (rev 33354)
+++ grass/branches/develbranch_6/lib/gis/gisinit.c	2008-09-09 15:32:48 UTC (rev 33355)
@@ -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