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.10 by gregl, Fri Dec 12 18:09:49 1997 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 77 | Line 74 | start_rtrace()                 /* start rtrace process */
74                          if (!(maxqlen = n))
75                                  error(INTERNAL,
76                                          "bad pipe buffer size assumption");
77 +                        sleep(2);
78                  } else if (n != maxqlen)
79                          error(INTERNAL, "varying pipe buffer size!");
80                  rmaxpack += n;
# Line 317 | 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