Hi,

2014-05-02 18:53 GMT+02:00  <[email protected]>:

> -    Vect_open_new(&Map, outvect->answer, with_z);
> +    if (Vect_open_new(&Map, outvect->answer, with_z) == -1)
> +       exit(EXIT_FAILURE);
> +

please provide more info where it fails. Also note that Vect_open_new
calls G_fatal_error() so the most of modules don't check return code
of this function.

Martin

-- 
Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to