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 2.30 by greg, Fri Mar 4 00:21:21 2016 UTC vs.
Revision 2.31 by greg, Sat May 4 00:32:47 2019 UTC

# Line 118 | Line 118 | readoct(                               /* read in octree file or stream */
118                                  /* close the input */
119          if (infn[0] == '!')
120                  pclose(infp);
121 <        else
121 >        else if (infp != stdin)
122                  fclose(infp);
123          return(nf);
124   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines