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

Comparing ray/src/px/protate.c (file contents):
Revision 2.6 by gwlarson, Tue Oct 27 16:32:33 1998 UTC vs.
Revision 2.7 by greg, Sat Feb 22 02:07:27 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 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   * prot.c - program to rotate picture file 90 degrees clockwise.
6   *
# Line 14 | Line 11 | static char SCCSid[] = "$SunId$ LBL";
11  
12   #include "color.h"
13  
14 + #include <time.h>
15 +
16   #include "resolu.h"
17  
18   int     order;                          /* input scanline order */
# Line 151 | Line 150 | FILE   *fp;
150                                  exit(1);
151                          }
152          }
153 <        free((char *)inln);
153 >        free((void *)inln);
154   }
155  
156  
# Line 187 | Line 186 | FILE   *fp;
186                                  exit(1);
187                          }
188          }
189 <        free((char *)inln);
189 >        free((void *)inln);
190   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines