--- ray/src/common/readoct.c 1989/03/21 15:54:45 1.3 +++ ray/src/common/readoct.c 1989/03/22 09:53:46 1.4 @@ -159,7 +159,7 @@ getflt() /* get a floating point number */ double d; d = (double)getint(4)/0x7fffffff; - return(ldexp(d, getint(1))); /* sign extend */ + return(ldexp(d, getint(1))); }