[GRASS-SVN] r69390 - grass/branches/releasebranch_7_0/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 6 08:52:24 PDT 2016


Author: neteler
Date: 2016-09-06 08:52:24 -0700 (Tue, 06 Sep 2016)
New Revision: 69390

Modified:
   grass/branches/releasebranch_7_0/lib/raster/open.c
Log:
rasterlib: indicate needed GRASS GIS version in case that a compressed null file is found

Modified: grass/branches/releasebranch_7_0/lib/raster/open.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/open.c	2016-09-06 14:05:23 UTC (rev 69389)
+++ grass/branches/releasebranch_7_0/lib/raster/open.c	2016-09-06 15:52:24 UTC (rev 69390)
@@ -344,7 +344,7 @@
 	    fcb->null_file_exists = 0;
 	    /* check for compressed null file */
 	    if (G_find_file2_misc("cell_misc", NULLC_FILE, r_name, r_mapset)) {
-		G_fatal_error(_("Unable to read compressed null file for <%s@%s>"), r_name, r_mapset);
+		G_fatal_error(_("Unable to read compressed null file for <%s@%s>. At least GRASS GIS 7.2 is needed"), r_name, r_mapset);
 		return -1;
 	    }
 	}



More information about the grass-commit mailing list