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

Comparing ray/src/common/error.c (file contents):
Revision 2.1 by greg, Tue Nov 12 16:56:00 1991 UTC vs.
Revision 2.2 by greg, Fri Apr 5 15:48:18 1996 UTC

# Line 13 | Line 13 | static char SCCSid[] = "$SunId$ LBL";
13   extern char  *sys_errlist[];    /* system error list */
14   extern int  sys_nerr;           /* number of system errors */
15  
16 < char  errmsg[128];              /* global error message buffer */
16 > char  errmsg[512];              /* global error message buffer */
17  
18  
19   error(etype, emsg)              /* report error, quit if necessary */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines