this bug's URL: http://intevation.de/rt/webrt?serial_num=1890
-------------------------------------------------------------------------
Subject: cut and paste sometimes
Platform: other
grass binary for platform: Compiled from Sources
GRASS Version: 5.0.2
i am just taking a look at the code
grass5.0.2:src:mapdev:v.in.shape:lines.c
function get_vkey()
the line
if(ytmp < 0.0) xtmp = 0.0;
should be
if(ytmp < 0.0) ytmp = 0.0;
jean-jacques Chailloux
Montreal
QC
-------------------------------------------- Managed by Request Tracker