[GRASS5] [bug #1465] (grass) v.proj datum conversion fails. Typo in code main.c

Eric has submitted the C changes.
I have submitted the tcltkgrass changes, thanks.

It's true (but wanted?) that -l doesn't work in tcltkgrass.
Reason is

if(isatty(0)) /* check if on command line */
(line 217).

Should we remove that if condition?

Markus

-------------------------------------------- Managed by Request Tracker

Markus Neteler via RT wrote:

Eric has submitted the C changes.
I have submitted the tcltkgrass changes, thanks.

It's true (but wanted?) that -l doesn't work in tcltkgrass.
Reason is

if(isatty(0)) /* check if on command line */
(line 217).

Should we remove that if condition?

Yes.

--
Glynn Clements <glynn.clements@virgin.net>

On Wed, Dec 04, 2002 at 06:01:54PM +0000, Glynn Clements wrote:

Markus Neteler via RT wrote:

> Eric has submitted the C changes.
> I have submitted the tcltkgrass changes, thanks.
>
> It's true (but wanted?) that -l doesn't work in tcltkgrass.
> Reason is
>
> if(isatty(0)) /* check if on command line */
> (line 217).
>
> Should we remove that if condition?

Yes.

Done.

Markus

PS: Have also extended #25 in SUBMITTING as suggested.