[GRASS-SVN] r57386 - grass/trunk/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 3 14:46:19 PDT 2013
Author: neteler
Date: 2013-08-03 14:46:19 -0700 (Sat, 03 Aug 2013)
New Revision: 57386
Modified:
grass/trunk/imagery/i.landsat.toar/landsat_met.c
Log:
i.landsat.toar: getting rid of 'undefined reference' compilation issue
Modified: grass/trunk/imagery/i.landsat.toar/landsat_met.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/landsat_met.c 2013-08-03 20:44:12 UTC (rev 57385)
+++ grass/trunk/imagery/i.landsat.toar/landsat_met.c 2013-08-03 21:46:19 UTC (rev 57386)
@@ -17,7 +17,7 @@
#define TM5_MET_SIZE 28700 /* .met file size 28686 bytes */
-inline void chrncpy(char *dest, char src[], int n)
+static void chrncpy(char *dest, char src[], int n)
{
int i;
More information about the grass-commit
mailing list