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.34 by greg, Tue May 27 15:30:04 2003 UTC

# Line 721 | Line 721 | char   *vfn;
721                                  close(open(combuf, O_RDONLY|O_CREAT, 0666));
722                          }
723                                          /* create command */
724 <        sprintf(combuf, "rpict%s%s -w0", rendopt,
725 <                        viewopt(getview(first>1 ? first-1 : 1)));
724 >        sprintf(combuf, "rpict%s -w0", rendopt);
725          inspoint = combuf;
726          while (*inspoint) inspoint++;
727          if (nblur) {
# Line 798 | Line 797 | int    frame;
797                  return(1);
798                                          /* add frame to recovered list */
799          if (nrfrms)
800 <                rfrm = (int *)realloc((char *)rfrm, (nrfrms+1)*sizeof(int));
800 >                rfrm = (int *)realloc((void *)rfrm, (nrfrms+1)*sizeof(int));
801          else
802                  rfrm = (int *)malloc(sizeof(int));
803          if (rfrm == NULL) {
# Line 971 | Line 970 | int    rvr;
970                  if (usepfilt)
971                          sprintf(combuf+strlen(combuf), " %s", rresopt);
972                  else
973 <                        sprintf(combuf+strlen(combuf), "-a %s -e %s",
973 >                        sprintf(combuf+strlen(combuf), " -a %s -e %s",
974                                          fresopt, ep);
975                  sprintf(combuf+strlen(combuf), " %s.unf %s.zbf",
976                                  fnbefore, fnbefore);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines