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

Comparing ray/src/common/rglfile.c (file contents):
Revision 3.11 by schorsch, Sun Mar 28 20:33:12 2004 UTC vs.
Revision 3.12 by greg, Sat May 4 00:36:58 2019 UTC

# Line 184 | Line 184 | char   *inpspec;
184          }
185          if (inpspec[0] == '!')
186                  pclose(infp);
187 <        else
187 >        else if (infp != stdin)
188                  fclose(infp);
189   }
190  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines