| # | Line 1197 | Line 1197 | rvu( /* run rvu with first view */ | |
|---|---|---|
| 1197 | if (sayview) | |
| 1198 | myprintview(vw, stdout); | |
| 1199 | sprintf(combuf, "rvu %s%s%s -R %s ", vw, po, opts, rifname); | |
| 1200 | + | if (nprocs > 1) |
| 1201 | + | sprintf(combuf+strlen(combuf), "-n %d ", nprocs); |
| 1202 | if (rvdevice != NULL) | |
| 1203 | sprintf(combuf+strlen(combuf), "-o %s ", rvdevice); | |
| 1204 | if (vdef(EXPOSURE)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |