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

Comparing ray/src/px/pvalue.c (file contents):
Revision 2.39 by greg, Mon Mar 30 19:02:26 2020 UTC vs.
Revision 2.40 by greg, Tue Jun 30 22:30:29 2020 UTC

# Line 386 | Line 386 | unkopt:
386                                          puts("BigEndian=0");
387                                  else
388                                          puts("BigEndian=1");
389 <                        } else if ((format != 'a') & (format != 'i'))
389 >                        } else if ((format != 'a') & (format != 'i') &
390 >                                                (format != 'b'))
391                                  fputendian(stdout);
392                          fputformat(fmtid, stdout);
393                          putchar('\n');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines