--- ray/src/cv/mgf2inv.c 2012/04/30 17:02:48 2.2 +++ ray/src/cv/mgf2inv.c 2012/05/15 15:36:33 2.3 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: mgf2inv.c,v 2.2 2012/04/30 17:02:48 greg Exp $"; +static const char RCSid[] = "$Id: mgf2inv.c,v 2.3 2012/05/15 15:36:33 greg Exp $"; #endif /* * Convert MGF to Inventor file. @@ -29,7 +29,7 @@ static const char RCSid[] = "$Id: mgf2inv.c,v 2.2 2012 #define VERTFMT "%+16.9e %+16.9e %+16.9e\n%+6.3f %+6.3f %+6.3f" #define VZVECT "+0.000 +0.000 +0.000" -#define VFLEN 72 /* total vertex string length */ +#define VFLEN 92 /* total vertex string length */ #define MAXVERT 10240 /* maximum cached vertices */ #define setvkey(k,v) sprintf(k,VERTFMT,(v)->p[0],(v)->p[1],(v)->p[2],\