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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 9 14:47:54 PDT 2015


Author: huhabla
Date: 2015-10-09 14:47:54 -0700 (Fri, 09 Oct 2015)
New Revision: 66457

Modified:
   grass/trunk/lib/raster/rast_to_img_string.c
Log:
Fixed documentation


Modified: grass/trunk/lib/raster/rast_to_img_string.c
===================================================================
--- grass/trunk/lib/raster/rast_to_img_string.c	2015-10-09 18:24:22 UTC (rev 66456)
+++ grass/trunk/lib/raster/rast_to_img_string.c	2015-10-09 21:47:54 UTC (rev 66457)
@@ -31,7 +31,7 @@
 #define DEF_BLU 255
 
 /* \brief Convert a raster map layer into a string with
- *        32Bit ARGB, 24Bit RGB or 8Bit Gray little endian encoding.
+ *        32Bit ARGB, 32Bit RGB or 8Bit Gray little endian encoding.
  * 
  * The raster color table is used for coloring the image. Null values are 
  * marked as transparent. Only little endian encoding is supported.



More information about the grass-commit mailing list