Hallo,
I tryed to rewrite r.in.* (and some others) modules to stop to use fprintf
and use G_message and G_warning instead. Plese test latest cvs version for your
data type - I do not have access to most of this formats.
If I understand it well, r.in.xyz prints some informations to stdout.
IMHO import (and export) modules should print nothing (except G_*) , unless they are explicitly
asked for it.
So I suggest to add
-r print range information
and
+ if (range)
if (!shell_style) {
- fprintf(stderr,_("Range: min max\n"));
+ fprintf(stdout,_("Range: min max\n"));
to r.in.xyz/main.c
What do you think?
Jachym
--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/gnupg_public_key/jachym_cepicky-gpg_public_key.asc
-----------------------------------------
OFFICE:
Department of Geoinformation Technologies
Zemedelska 3
613 00, Brno
Czech Republick
e-mail: xcepicky@node.mendelu.cz
URL: http://mapserver.mendelu.cz
Tel.: +420 545 134 514