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

Comparing ray/src/px/oki20.c (file contents):
Revision 2.6 by greg, Mon Sep 21 12:13:33 1992 UTC vs.
Revision 2.8 by greg, Mon Aug 2 14:39:06 1993 UTC

# Line 5 | Line 5 | static char SCCSid[] = "$SunId$ LBL";
5   #endif
6  
7   /*
8 < *  oki20c.c - program to dump pixel file to OkiMate 20 color printer.
8 > *  oki20.c - program to dump pixel file to OkiMate 20 printer.
9   */
10  
11   #include  <stdio.h>
# Line 45 | Line 45 | char  *argv[];
45                  dofilter++;
46                  argv++; argc--;
47          }
48 #ifdef _IOLBF
49        stdout->_flag &= ~_IOLBF;
50 #endif
48          if (argc < 2)
49                  status = printp(NULL) == -1;
50          else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines