[GRASS-SVN] r43984 - grass/trunk/imagery/i.landsat.toar

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 21 04:56:12 EDT 2010


Author: glynn
Date: 2010-10-21 01:56:12 -0700 (Thu, 21 Oct 2010)
New Revision: 43984

Modified:
   grass/trunk/imagery/i.landsat.toar/main.c
Log:
Fix printf() format


Modified: grass/trunk/imagery/i.landsat.toar/main.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/main.c	2010-10-21 08:54:09 UTC (rev 43983)
+++ grass/trunk/imagery/i.landsat.toar/main.c	2010-10-21 08:56:12 UTC (rev 43984)
@@ -374,7 +374,7 @@
 		    dn_mode[i] = j;
 		}
 	    }
-	    G_message("... DN = %.2d [%d] : mode %.2d [%d] %s",
+	    G_message("... DN = %.2d [%lu] : mode %.2d [%lu] %s",
 		      dn_dark[i], hist[dn_dark[i]],
 		      dn_mode[i], hist[dn_mode[i]],
 		      hist[255] >



More information about the grass-commit mailing list