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

Comparing ray/src/px/ra_hexbit.c (file contents):
Revision 3.1 by gwlarson, Wed Jul 8 18:01:00 1998 UTC vs.
Revision 3.2 by greg, Sat Feb 22 02:07:27 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1998 Silicon Graphics, Inc. */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ SGI";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Create a 4x1 hex bitmap from a Radiance picture.
6   */
7  
8   #include  <stdio.h>
9 + #include  <time.h>
10   #include  "color.h"
11   #include  "resolu.h"
12  
15 extern char  *malloc();
16
13   char  *progname;
14  
15   int  xmax, ymax;
# Line 115 | Line 111 | ra2hex()               /* convert Radiance scanlines to 4x1 bit hex
111                          quiterr("error writing hex bit file");
112          }
113                                                  /* free scanline */
114 <        free((char *)scanin);
114 >        free((void *)scanin);
115   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines