--- ray/src/common/tmapcolrs.c 1997/04/18 13:59:46 3.3 +++ ray/src/common/tmapcolrs.c 1998/08/17 17:58:46 3.4 @@ -1,7 +1,7 @@ -/* Copyright (c) 1997 Regents of the University of California */ +/* Copyright (c) 1998 Silicon Graphics, Inc. */ #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static char SCCSid[] = "$SunId$ SGI"; #endif /* @@ -52,7 +52,7 @@ int len; if (tmTop == NULL) returnErr(TM_E_TMINVAL); - if (ls == NULL | scan == NULL | len <= 0) + if (ls == NULL | scan == NULL | len < 0) returnErr(TM_E_ILLEGAL); if (tmNeedMatrix(tmTop)) { /* need floating point */ register COLOR *newscan;