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

Comparing ray/src/common/readoct.c (file contents):
Revision 2.37 by greg, Sat Jun 7 05:09:45 2025 UTC vs.
Revision 2.38 by greg, Thu Nov 6 00:19:59 2025 UTC

# Line 126 | Line 126 | readoct(                               /* read in octree file or stream */
126              }
127          }
128                                  /* close the input */
129 <        if (inpspec[0] == '!') {
129 >        if (infn[0] == '!') {
130                  if (pclose(infp) != 0) {
131                          sprintf(errmsg, "bad status from \"%s\"", inpspec);
132                          error(WARNING, errmsg);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)