[GRASS-SVN] r49604 - grass/trunk/raster/r.info

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 7 07:06:04 EST 2011


Author: martinl
Date: 2011-12-07 04:06:04 -0800 (Wed, 07 Dec 2011)
New Revision: 49604

Modified:
   grass/trunk/raster/r.info/main.c
Log:
r.info: mirror fix for r49602


Modified: grass/trunk/raster/r.info/main.c
===================================================================
--- grass/trunk/raster/r.info/main.c	2011-12-07 11:29:55 UTC (rev 49603)
+++ grass/trunk/raster/r.info/main.c	2011-12-07 12:06:04 UTC (rev 49604)
@@ -320,7 +320,7 @@
             fprintf(out, "rows=%d\n", cellhd.rows);
             fprintf(out, "cols=%d\n", cellhd.cols);
             
-            fprintf(stdout, "cells=%lld\n",
+            fprintf(out, "cells=%lld\n",
                     (long long)cellhd.rows * cellhd.cols);
             
 	    fprintf(out, "datatype=%s\n",



More information about the grass-commit mailing list