| # | Line 712 | Line 712 | char *vfn; | |
|---|---|---|
| 712 | close(open(combuf, O_RDONLY|O_CREAT, 0666)); | |
| 713 | } | |
| 714 | /* create command */ | |
| 715 | < | sprintf(combuf, "rpict%s -w0", rendopt); |
| 715 | > | sprintf(combuf, "rpict%s%s -w0", rendopt, |
| 716 | > | viewopt(getview(first>1 ? first-1 : 1))); |
| 717 | if (vint(INTERP) || atoi(vval(MBLUR))) | |
| 718 | sprintf(combuf+strlen(combuf), " -z %s.zbf", vval(BASENAME)); | |
| 719 | sprintf(combuf+strlen(combuf), " -o %s.unf %s -S %d", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |