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.7 by greg, Fri Jan 23 01:03:17 2015 UTC vs.
Revision 2.8 by greg, Wed Jul 22 04:47:51 2015 UTC

# Line 231 | Line 231 | main(int argc, char *argv[])
231          if (mres == NULL)               /* check that we got something */
232                  goto userr;
233                                          /* write result to stdout */
234 #ifdef getc_unlocked
235        flockfile(stdout);
236 #endif
234          if (outfmt == DTfromHeader)
235                  outfmt = mres->dtype;
236   #ifdef _WIN32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines