| # | Line 721 | Line 721 | char *vfn; | |
|---|---|---|
| 721 | close(open(combuf, O_RDONLY|O_CREAT, 0666)); | |
| 722 | } | |
| 723 | /* create command */ | |
| 724 | < | sprintf(combuf, "rpict%s%s -w0", rendopt, |
| 725 | < | viewopt(getview(first>1 ? first-1 : 1))); |
| 724 | > | sprintf(combuf, "rpict%s -w0", rendopt); |
| 725 | inspoint = combuf; | |
| 726 | while (*inspoint) inspoint++; | |
| 727 | if (nblur) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |