| # | Line 326 | Line 326 | init( /* set up output file and start rpict */ | |
|---|---|---|
| 326 | goto filerr; | |
| 327 | dolock(outfd, F_UNLCK); | |
| 328 | /* start rpict process */ | |
| 329 | + | rpd = sp_inactive; |
| 330 | if (open_process(&rpd, rpargv) <= 0) { | |
| 331 | fprintf(stderr, "%s: cannot start %s\n", progname, rpargv[0]); | |
| 332 | exit(1); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |