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

Comparing ray/src/common/readoct.c (file contents):
Revision 1.9 by greg, Mon Sep 10 10:01:21 1990 UTC vs.
Revision 1.11 by greg, Thu Feb 7 11:00:42 1991 UTC

# Line 37 | Line 37 | int  load;
37   CUBE  *scene;
38   char  *ofn[];
39   {
40 <        char  sbuf[128];
40 >        char  sbuf[512];
41          int  nf;
42          OBJECT  fnobjects;
43          register int  i;
# Line 173 | Line 173 | getflt()                       /* get a floating point number */
173          double  d;
174  
175          d = (double)getint(4)/0x7fffffff;
176 <        return(ldexp(d, getint(1)));
176 >        return(ldexp(d, (int)getint(1)));
177   }
178          
179  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines