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

Comparing ray/src/px/pcwarp.c (file contents):
Revision 3.2 by gwlarson, Wed Jun 9 14:06:55 1999 UTC vs.
Revision 3.3 by greg, Sat Feb 22 02:07:27 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1997 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   * Warp colors in Radiance picture to correct for input/output changes.
6   */
# Line 144 | Line 141 | picwarp()                      /* warp our picture scanlines */
141          if (ngamut >= (long)xres*yres/100)
142                  fprintf(stderr, "%s: warning - %d%% of pixels out of gamut\n",
143                                  progname, 100*ngamut/((long)xres*yres));
144 <        free((char *)scan);
144 >        free((void *)scan);
145   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines