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

Comparing ray/src/px/oki20c.c (file contents):
Revision 2.12 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.14 by schorsch, Mon Oct 27 10:24:51 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9   #include  <time.h>
10  
11   #include  "platform.h"
12 + #include  "rtprocess.h"
13   #include  "color.h"
14   #include  "resolu.h"
15  
# Line 29 | Line 30 | long  lpat[NCOLS][3];
30  
31   int  dofilter = 0;              /* filter through pfilt first? */
32  
32 extern FILE  *popen();
33  
34
34   main(argc, argv)
35   int  argc;
36   char  *argv[];
# Line 125 | Line 124 | int  y;
124          register long  c;
125          register int  i, j;
126  
127 <        if (bpos = y % 23) {
127 >        if ( (bpos = y % 23) ) {
128  
129                  for (j = 0; j < 3; j++)
130                          for (i = 0; i < len; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines