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

Comparing ray/src/util/rcollate.c (file contents):
Revision 2.17 by greg, Thu Jul 24 16:28:17 2014 UTC vs.
Revision 2.18 by greg, Fri Aug 1 18:21:04 2014 UTC

# Line 572 | Line 572 | main(int argc, char *argv[])
572                  SET_FILE_BINARY(stdout);
573          }
574                                                  /* check for no-op */
575 <        if (!transpose & (i_header == o_header) && (comp_size ||
575 >        if (!transpose & !i_header & !o_header && (comp_size ||
576                          (no_columns == ni_columns) & (no_rows == ni_rows))) {
577                  if (warnings)
578                          fprintf(stderr, "%s: no-op -- copying input verbatim\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines