| # | 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); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |