--- ray/src/rt/m_mist.c 1996/06/05 11:27:33 2.7 +++ ray/src/rt/m_mist.c 1996/07/16 09:21:10 2.8 @@ -123,7 +123,7 @@ register RAY *r; double re, ge, be; register int i, j; /* check arguments */ - if (m->oargs.nfargs > 5) + if (m->oargs.nfargs > 7) objerror(m, USER, "bad arguments"); /* get source indices */ if (m->oargs.nsargs > 0 && (myslist = (int *)m->os) == NULL) {