721 |
|
close(open(combuf, O_RDONLY|O_CREAT, 0666)); |
722 |
|
} |
723 |
|
/* create command */ |
724 |
< |
sprintf(combuf, "rpict%s -w0", rendopt); |
724 |
> |
sprintf(combuf, "rpict%s%s -w0", rendopt, |
725 |
> |
viewopt(getview(first>1 ? first-1 : 1))); |
726 |
|
inspoint = combuf; |
727 |
|
while (*inspoint) inspoint++; |
728 |
|
if (nblur) { |
1300 |
|
strcpy(com1=buf, com); /* build -PP command */ |
1301 |
|
sprintf(com1+(ppins-com), " -PP %s/%s.persist", |
1302 |
|
vval(DIRECTORY), phostname(ps)); |
1303 |
+ |
unlink(com1+(ppins-com)+5); |
1304 |
|
strcat(com1, ppins); |
1305 |
|
} else |
1306 |
|
com1 = com; |