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.35 by greg, Thu May 29 14:53:36 2003 UTC vs.
Revision 2.36 by greg, Sun Jun 1 15:21:57 2003 UTC

# Line 1300 | Line 1300 | int    maxcopies;
1300                          strcpy(com1=buf, com);  /* build -PP command */
1301                          sprintf(com1+(ppins-com), " -PP %s/%s.persist",
1302                                          vval(DIRECTORY), phostname(ps));
1303 +                        unlink(com1+(ppins-com)+5);
1304                          strcat(com1, ppins);
1305                  } else
1306                          com1 = com;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines