[GRASS5] typo in src/mapdev/v.to.db/update.c in grass5

hello developers,
after updating from CVS today, v.in.db needs a small fix:

src/mapdev/v.to.db/update.c
typo at line 11
- int i, more, *catexst, *cex, upd, fcati, ctype;
+ int i, more, *catexst, *cex, upd, fcat, ctype;

in order to compile correct.

cheers
  stephan

--
Stephan Holl

GnuPG Key-ID: 11946A09
ICQ# 117277975

On Sunday 09 March 2003 05:44 pm, Stephan Holl wrote:

hello developers,
after updating from CVS today, v.in.db needs a small fix:

src/mapdev/v.to.db/update.c
typo at line 11
- int i, more, *catexst, *cex, upd, fcati, ctype;
+ int i, more, *catexst, *cex, upd, fcat, ctype;

in order to compile correct.

Fixed, thanks.

Radim