Michel Wurtz - ENGEES/CEREG wrote:
> Jaro Hofierka wrote:
> >
> > the problem is in g.gisenv (main.c) where you must change
> > printf() to fprintf().>
> Uh ? I don't understand that. There is no difference between
> printf( xxx...) and fprintf( stdout, xxx...). And if the first
> arg of fprintf is not of type *FILE, you will get some run-time
> error...
>
> --
> Michel Wurtz ENGEES - CEREGfprintf(stderr,...) works, printf() not.
Jaro
Hi,
so - the GRASS 5 beta4 is completely changed to fprintf. All
related problems should disappear for the next release.
Cheers
Markus