ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rv2.c
(Generate patch)

Comparing ray/src/rt/rv2.c (file contents):
Revision 1.25 by greg, Fri Jul 19 15:22:02 1991 UTC vs.
Revision 1.26 by greg, Mon Aug 26 10:12:02 1991 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1987 Regents of the University of California */
1 > /* Copyright (c) 1991 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 472 | Line 472 | register char  *s;
472                  break;
473          default:;
474   badparam:
475 +                *sskip(s) = '\0';
476                  sprintf(errmsg, "%s: unknown variable", s);
477                  error(COMMAND, errmsg);
478                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines