| # | Line 1366 | Line 1366 | rpict( /* run rpict and pfilt for each view */ | |
|---|---|---|
| 1366 | "%s: partial output not created with rpiece\n", rawfile); | |
| 1367 | quit(1); | |
| 1368 | } | |
| 1369 | < | rfdt = 0; /* start fresh */ |
| 1369 | > | if (rfdt) { /* start fresh */ |
| 1370 | > | rmfile(rawfile); |
| 1371 | > | rfdt = 0; |
| 1372 | > | } |
| 1373 | if (!silent) | |
| 1374 | printf("\techo %d %d > %s\n", | |
| 1375 | xdiv, ydiv, sfile); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |