[GRASS-SVN] r68910 - grass/branches/releasebranch_7_2/raster/r.terraflow

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 9 11:53:50 PDT 2016


Author: wenzeslaus
Date: 2016-07-09 11:53:50 -0700 (Sat, 09 Jul 2016)
New Revision: 68910

Modified:
   grass/branches/releasebranch_7_2/raster/r.terraflow/grass2str.h
Log:
r.terraflow: add space between literal and macro for C++11 (backport r68817)

Modified: grass/branches/releasebranch_7_2/raster/r.terraflow/grass2str.h
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.terraflow/grass2str.h	2016-07-09 18:25:13 UTC (rev 68909)
+++ grass/branches/releasebranch_7_2/raster/r.terraflow/grass2str.h	2016-07-09 18:53:50 UTC (rev 68910)
@@ -141,7 +141,7 @@
   /* close map files */
   Rast_close (infd);
 
-  G_debug(3, "nrows=%d   ncols=%d    stream_len()=%"PRI_OFF_T, nrows, ncols,
+  G_debug(3, "nrows=%d   ncols=%d    stream_len()=%" PRI_OFF_T, nrows, ncols,
 		str->stream_len());  
   assert((off_t) nrows * ncols == str->stream_len());
   rt_stop(rt);



More information about the grass-commit mailing list