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.57 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 3.58 by greg, Sat Jun 21 14:48:54 2003 UTC

# Line 215 | Line 215 | initrholo()                    /* get our holodeck running */
215                  init_global();
216                                                  /* record disk space limit */
217          if (!vdef(DISKSPACE))
218 <                maxdisk = (1L<<(sizeof(off_t)*8-2)) - 1024;
218 >                maxdisk = ((off_t)1<<(sizeof(off_t)*8-2)) - 1024;
219          else
220                  maxdisk = 1024.*1024.*vflt(DISKSPACE);
221                                                  /* set up memory cache */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines