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

Comparing ray/src/common/loadvars.c (file contents):
Revision 2.15 by greg, Fri May 22 14:44:11 2015 UTC vs.
Revision 2.16 by greg, Sat May 4 00:36:58 2019 UTC

# Line 54 | Line 54 | loadvars(                      /* load variables into vv from file */
54                          quit(1);
55                  }
56          }
57 <        fclose(fp);
57 >        if (fp != stdin)
58 >                fclose(fp);
59   }
60  
61  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines