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.19 by greg, Wed Jul 10 15:14:59 1996 UTC vs.
Revision 2.20 by greg, Wed Jul 17 17:45:11 1996 UTC

# Line 230 | Line 230 | getastat()                     /* check/set animation status */
230                  }
231                  /* assume it is dead */
232          }
233 <        if (strcmp(cfname, astat.cfname) && astat.tnext != 0) { /* other's */
233 >        if (strcmp(cfname, astat.cfname) && astat.pid != 0) {   /* other's */
234                  fprintf(stderr, "%s: unfinished job \"%s\"\n",
235                                  progname, astat.cfname);
236                  return(-1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines