v.report line measurement fix

GRASSuser's
Here is the fix that I received from Ron Glenn, developer of v.report, that
corrects the way the program looks for vector distances. **NOTE**: this
fix DISABLES the perimeter function of v.report.

In <grass.code.directory>/src.contrib/SCS/vector/v.report/cmd, look for
file "perimeter.c". On line 17, change

  if (i==((np-1)-1)) to if (i==(np-1))

You will then need to recompile v.report, & run MAKE.LINKS.

This effectively changes the function from "measure from here to there and
back" to "measure from here to there".

Is anyone working on improving these SCS/vector tools, or is a new 'batch'
of vector tools going to be included with release 4.1?

^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^
   Ronald Thomas ^ ront@meeker.cfnr.colostate.edu
    Natural Resource Spec. (GIS) ^
     Resource Management Division ^ Phone: 303-586-3565 x285
      Rocky Mountain National Park ^ 700-323-7285 (FTS)
       Estes Park, CO 80517 ^
^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^