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

Comparing ray/src/hd/rholo.c (file contents):
Revision 3.70 by greg, Thu Dec 15 16:47:16 2005 UTC vs.
Revision 3.71 by greg, Fri Dec 16 21:43:07 2005 UTC

# Line 319 | Line 319 | memerr:
319   static int
320   rholo(void)                             /* holodeck main loop */
321   {
322 <        static long     nextfragwarn = 100L<<20;
322 >        static off_t    nextfragwarn = 100L<<20;
323          static int      idle = 0;
324          PACKET  *pl = NULL, *plend;
325          off_t   fsiz;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines