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

Comparing ray/src/hd/rhpict2.c (file contents):
Revision 3.9 by gwlarson, Wed Mar 10 16:15:19 1999 UTC vs.
Revision 3.10 by greg, Sat Feb 22 02:07:25 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1999 Silicon Graphics, Inc. */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ SGI";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Rendering routines for rhpict.
6   */
# Line 252 | Line 249 | double ransamp;
249                  meet_neighbors(0,random_samp,&ransamp);
250          else
251                  meet_neighbors(1,smooth_samp,NULL);
252 <        free((char *)pixFlags);         /* free pixel flags */
252 >        free((void *)pixFlags);         /* free pixel flags */
253          pixFlags = NULL;
254   }
255  
# Line 373 | Line 370 | char   *dp;
370                                  }
371                          }
372          }
373 <        free((char *)rnl);              /* free row list */
373 >        free((void *)rnl);              /* free row list */
374   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines