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

Comparing ray/src/px/mt160r.c (file contents):
Revision 2.4 by greg, Mon Sep 21 12:13:29 1992 UTC vs.
Revision 2.6 by greg, Sat Feb 22 02:07:27 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1992 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  mt160r.c - program to dump pixel file to Mannesman-Tally 160.
6   *
# Line 14 | Line 11 | static char SCCSid[] = "$SunId$ LBL";
11   #ifdef MSDOS
12   #include  <fcntl.h>
13   #endif
14 + #include  <time.h>
15  
16   #include  "color.h"
17   #include  "resolu.h"
# Line 73 | Line 71 | char  *fname;
71          }
72  
73          fputs("\033[6~\033[7z", stdout);
76 #ifdef _IOLBF
77        stdout->_flag &= ~_IOLBF;
78 #endif
74          
75          for (i = yres-1; i >= 0; i--) {
76                  if (freadcolrs(scanline, xres, input) < 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines