[GRASS-SVN] r40121 - grass/trunk/raster/r.in.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 23 07:56:05 EST 2009
Author: hamish
Date: 2009-12-23 07:56:05 -0500 (Wed, 23 Dec 2009)
New Revision: 40121
Modified:
grass/trunk/raster/r.in.xyz/main.c
Log:
comment potential bug
Modified: grass/trunk/raster/r.in.xyz/main.c
===================================================================
--- grass/trunk/raster/r.in.xyz/main.c 2009-12-23 12:51:14 UTC (rev 40120)
+++ grass/trunk/raster/r.in.xyz/main.c 2009-12-23 12:56:05 UTC (rev 40121)
@@ -278,7 +278,7 @@
outmap = output_opt->answer;
if (shell_style->answer && !scan_flag->answer) {
- scan_flag->answer = 1;
+ scan_flag->answer = 1; /* pointer not int, so set = shell_style->answer ? */
}
fs = delim_opt->answer;
More information about the grass-commit
mailing list