[GRASS-SVN] r62142 - grass/trunk/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 1 08:03:16 PDT 2014


Author: mmetz
Date: 2014-10-01 08:03:16 -0700 (Wed, 01 Oct 2014)
New Revision: 62142

Modified:
   grass/trunk/lib/raster/range.c
Log:
rasterlib: sync Rast_read_fp_range() to Rast_write_fp_range()

Modified: grass/trunk/lib/raster/range.c
===================================================================
--- grass/trunk/lib/raster/range.c	2014-10-01 07:09:50 UTC (rev 62141)
+++ grass/trunk/lib/raster/range.c	2014-10-01 15:03:16 UTC (rev 62142)
@@ -105,9 +105,9 @@
 	}
 
 	if (read(fd, xdr_buf, sizeof(xdr_buf)) != sizeof(xdr_buf)) {
-	    /* if the f_range file exists, but empty */
+	    /* if the f_range file exists, but empty file, meaning Nulls */
 	    close(fd);
-	    G_warning(_("Unable to read fp range file for <%s>"),
+	    G_debug(1, "Empty fp range file meaning Nulls for <%s>",
 		      G_fully_qualified_name(name, mapset));
 	    return 2;
 	}



More information about the grass-commit mailing list