--- ray/src/rt/func.c 1991/12/24 17:43:43 2.3 +++ ray/src/rt/func.c 1992/01/04 19:53:25 2.4 @@ -1,4 +1,4 @@ -/* Copyright (c) 1991 Regents of the University of California */ +/* Copyright (c) 1992 Regents of the University of California */ #ifndef lint static char SCCSid[] = "$SunId$ LBL"; @@ -127,7 +127,7 @@ int dofwd; m->os = (char *)f; return(f); toofew: - objerror(m, USER, "too few arguments"); + objerror(m, USER, "too few string arguments"); memerr: error(SYSTEM, "out of memory in getfunc"); }