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

Comparing ray/src/hd/rholo2l.c (file contents):
Revision 3.11 by gregl, Tue Jan 20 15:04:23 1998 UTC vs.
Revision 3.12 by greg, Sat Feb 22 02:07:25 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1997 Silicon Graphics, Inc. */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ SGI";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Routines for local rtrace execution
6   */
# Line 318 | Line 315 | end_rtrace()                   /* close rtrace process(es) */
315                  if (rv > 0)
316                          status = rv;
317          }
318 <        free((char *)rtbuf);
318 >        free((void *)rtbuf);
319          rtbuf = NULL;
320          maxqlen = 0;
321          return(status);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines