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

Comparing ray/src/util/rmtxop.c (file contents):
Revision 2.5 by greg, Thu Sep 18 23:20:12 2014 UTC vs.
Revision 2.6 by greg, Tue Dec 16 20:21:46 2014 UTC

# Line 234 | Line 234 | main(int argc, char *argv[])
234   #ifdef getc_unlocked
235          flockfile(stdout);
236   #endif
237 +        if (outfmt == DTfromHeader)
238 +                outfmt = mres->dtype;
239   #ifdef _WIN32
240          if (outfmt != DTascii)
241                  _setmode(fileno(stdout), _O_BINARY);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines