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

Comparing ray/src/util/rcode_norm.c (file contents):
Revision 2.8 by greg, Mon Jul 20 15:53:30 2020 UTC vs.
Revision 2.9 by greg, Fri Jul 24 16:00:10 2020 UTC

# Line 342 | Line 342 | main(int argc, char *argv[])
342                  fputs(": cannot open for writing\n", stderr);
343                  return 1;
344          }
345 <        SET_FILE_BINARY(dc.finp);       /* starting assumption */
345 >        SET_FILE_BINARY(nc.finp);       /* starting assumption */
346          SET_FILE_BINARY(stdout);
347   #ifdef getc_unlocked                    /* avoid stupid semaphores */
348          flockfile(nc.finp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines