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

Comparing ray/src/util/ranimate.c (file contents):
Revision 2.31 by greg, Tue Feb 25 02:47:24 2003 UTC vs.
Revision 2.32 by greg, Wed Apr 23 00:52:34 2003 UTC

# Line 798 | Line 798 | int    frame;
798                  return(1);
799                                          /* add frame to recovered list */
800          if (nrfrms)
801 <                rfrm = (int *)realloc((char *)rfrm, (nrfrms+1)*sizeof(int));
801 >                rfrm = (int *)realloc((void *)rfrm, (nrfrms+1)*sizeof(int));
802          else
803                  rfrm = (int *)malloc(sizeof(int));
804          if (rfrm == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines