[GRASS-SVN] r67713 - grass-addons/grass7/imagery/i.wi

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 1 12:49:22 PST 2016


Author: ychemin
Date: 2016-02-01 12:49:22 -0800 (Mon, 01 Feb 2016)
New Revision: 67713

Modified:
   grass-addons/grass7/imagery/i.wi/main.c
Log:
bug fix

Modified: grass-addons/grass7/imagery/i.wi/main.c
===================================================================
--- grass-addons/grass7/imagery/i.wi/main.c	2016-02-01 20:44:38 UTC (rev 67712)
+++ grass-addons/grass7/imagery/i.wi/main.c	2016-02-01 20:49:22 UTC (rev 67713)
@@ -30,7 +30,7 @@
 int main(int argc, char *argv[]) 
 {
     struct Cell_head cellhd;	/*region+header info */
-    char *mapset;		/*mapset name */
+    char *mapset="";		/*mapset name */
     int nrows, ncols;
     int row, col;
     char *wiflag;		/*Switch for particular index */



More information about the grass-commit mailing list