[GRASS-dev] read_line bogus

Hi,

I realized that there is something wrong with vector library in devbr6
and trunk, e.g.

$ v.random out=p1 n=1000 --o
...
Number of points: 1000
...

$ v.info p1 -t | grep points
points=1

Relbe64 seems to be unaffected.

Can someone reproduce this behaviour?

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

On Sun, Sep 13, 2009 at 12:35 AM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

I realized that there is something wrong with vector library in devbr6
and trunk, e.g.

$ v.random out=p1 n=1000 --o
...
Number of points: 1000
...

$ v.info p1 -t | grep points
points=1

Relbe64 seems to be unaffected.

Confirmed for 6.4.

Can someone reproduce this behaviour?

This version was ok:
URL: https://svn.osgeo.org/grass/grass/branches/develbranch_6
Repository Root: https://svn.osgeo.org/grass
Repository UUID: 15284696-431f-4ddb-bdfa-cd5b030d7da7
Revision: 39086

After update to 39166, even no problem...

System: Mandriva 2009.1, 64bit, no gcc optimization.

Markus