Re: [GRASS-dev] [GRASS-SVN] r68061 - grass/trunk/lib/gis

2016-05-01 Thread Martin Landa
Hi, 2016-03-15 9:56 GMT+01:00 : > Author: hcho > Date: 2016-03-15 01:56:28 -0700 (Tue, 15 Mar 2016) > New Revision: 68061 > > Modified: >grass/trunk/lib/gis/parser.c > Log: > G_recreate_command: Add empty answers. > Fix the command history for e.g., v.edit where="". Without this fix, where=""

Re: [GRASS-dev] [GRASS-SVN] r68061 - grass/trunk/lib/gis

2016-05-05 Thread Huidae Cho
Hi Martin, This fix only affects the history, not its behavior. "v.info -h n" gives you: COMMAND: v.edit map="n" layer="1" type="point,line,boundary,centroid" tool="delete" threshold=-1,0,0 where="" snap="no" Without this fix, you'll see: COMMAND: v.edit map="n" layer="1" type="point,line,bound