Mon, Dec 6 2004
23:47:21
|
|
Request created by jidanni@jidanni.org
|
|
Return-Path |
<jidanni@jidanni.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
To |
grass-bugs@intevation.de
|
Subject |
d.vect error checking of att=
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
Date |
Tue, 07 Dec 2004 01:20:17 +0800
|
Message-ID |
<87zn0ribse.fsf@jidanni.org>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
X-Spam-Status |
No, hits=-4.5 tagged_above=-999.0 required=3.0 tests=BAYES_00, DATE_IN_PAST_03_06
|
X-Spam-Level |
|
d.vect does not emit an error when one tries:
d.vect largeB display=attr att=lcat,along
Nor does it do what the user might want.
|
|
Tue, Dec 7 2004
19:03:12
|
|
Mail sent by mneteler
|
|
diff -u -r1.40 main.c
--- main.c 5 Dec 2004 06:45:24 -0000 1.40
+++ main.c 7 Dec 2004 18:02:18 -0000
@@ -76,6 +76,8 @@
attrcol_opt = G_define_option() ;
attrcol_opt->key = "attrcol" ;
attrcol_opt->type = TYPE_STRING ;
+ attrcol_opt->required = NO ;
+ attrcol_opt->multiple = NO ; /* or fix attr.c, around line 102 */
It's not a bug but the current implementation. |
|
Tue, Dec 7 2004
19:03:17
|
|
Status changed to resolved by mneteler
|
|