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.4 by greg, Wed Jan 29 16:51:40 1992 UTC vs.
Revision 2.5 by greg, Sat Apr 11 16:31:32 1992 UTC

# Line 49 | Line 49 | char  *argv[];
49                  dofilter++;
50                  argv++; argc--;
51          }
52 + #ifdef _IOLBF
53 +        stdout->_flag &= ~_IOLBF;
54 + #endif
55          if (argc < 2)
56                  status = printp(NULL) == -1;
57          else
# Line 101 | Line 104 | char  *fname;
104          fputs("\0333\042", stdout);
105                                  /* clear line buffer */
106          clearlbuf();
104 #ifdef _IOLBF
105        stdout->_flag &= ~_IOLBF;
106 #endif
107                                  /* put out scanlines */
108          for (i = yres-1; i >= 0; i--) {
109                  if (freadcolrs(scanline, xres, input) < 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines