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

Comparing ray/src/hd/rholo4.c (file contents):
Revision 3.24 by gwlarson, Sun Dec 20 20:39:31 1998 UTC vs.
Revision 3.25 by gwlarson, Mon Jan 4 17:48:30 1999 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1998 Silicon Graphics, Inc. */
1 > /* Copyright (c) 1999 Silicon Graphics, Inc. */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ SGI";
# Line 28 | Line 28 | static FILE    *dpout;
28   disp_open(dname)                /* open the named display driver */
29   char    *dname;
30   {
31 <        char    buf[128], fd0[8], fd1[8], *cmd[5], *sfn;
31 >        char    buf[sizeof(HDGRID)+512], fd0[8], fd1[8], *cmd[5], *sfn;
32          int     i, n, len;
33                                  /* get full display program name */
34   #ifdef DEVPATH

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines