| # | Line 1315 | Line 1315 | rpict( /* run rpict and pfilt for each view */ | |
|---|---|---|
| 1315 | zopt, oct1name, rawfile); | |
| 1316 | if (pfile != NULL && inchild()) { | |
| 1317 | /* rpict persistent mode */ | |
| 1318 | < | if (!silent) |
| 1318 | > | if (!silent) { |
| 1319 | printf("\t%s\n", combuf); | |
| 1320 | + | fflush(stdout); |
| 1321 | + | } |
| 1322 | sprintf(combuf, "rpict%s %s %s%s%s %s > %s", | |
| 1323 | rep, rppopt, res, po, opts, | |
| 1324 | oct1name, rawfile); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |