[GRASS5] error in v.example for grass61

Please,

Could someone with write access to grass61 CVS update the v.example code?

In line 49, file
grass6/doc/vector/v.example/main.c

please change
Vect_check_input_output_name ( inopt->answer, outopt->answer, GV_FATAL_EXIT );

to
Vect_check_input_output_name ( old->answer, new->answer, GV_FATAL_EXIT );

Thanks

--
-- marcos boullón magán

Marcos,

thanks for the hint, fixed.

Markus

On Thu, Mar 09, 2006 at 09:00:38PM +0100, marcos boullón magán wrote:

Please,

Could someone with write access to grass61 CVS update the v.example code?

In line 49, file
grass6/doc/vector/v.example/main.c

please change
Vect_check_input_output_name ( inopt->answer, outopt->answer, GV_FATAL_EXIT );

to
Vect_check_input_output_name ( old->answer, new->answer, GV_FATAL_EXIT );

Thanks

--
-- marcos boullón magán