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

Comparing ray/src/px/pcompos.c (file contents):
Revision 2.35 by greg, Tue Feb 2 18:02:32 2016 UTC vs.
Revision 2.36 by greg, Mon Apr 16 19:40:37 2018 UTC

# Line 20 | Line 20 | static const char      RCSid[] = "$Id$";
20   #include  "color.h"
21   #include  "resolu.h"
22  
23 + #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
24 + #undef getc
25 + #define getc    getc_unlocked
26 + #endif
27 +
28   #define  MAXFILE        1024
29  
30   #define  HASMIN         1
# Line 86 | Line 91 | headline(                      /* print line preceded by a tab */
91                  } else
92                          wrongformat = 1;
93          } else if (echoheader) {
94 <                putc('\t', stdout);
94 >                fputc('\t', stdout);
95                  fputs(s, stdout);
96          }
97          return(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines