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.32 by greg, Wed Apr 23 00:52:34 2003 UTC vs.
Revision 2.33 by greg, Sun May 25 20:51:10 2003 UTC

# Line 971 | Line 971 | int    rvr;
971                  if (usepfilt)
972                          sprintf(combuf+strlen(combuf), " %s", rresopt);
973                  else
974 <                        sprintf(combuf+strlen(combuf), "-a %s -e %s",
974 >                        sprintf(combuf+strlen(combuf), " -a %s -e %s",
975                                          fresopt, ep);
976                  sprintf(combuf+strlen(combuf), " %s.unf %s.zbf",
977                                  fnbefore, fnbefore);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines