| # | Line 362 | Line 362 | start_rcontrib(SUBPROC *pd, ZONE *zp) | |
|---|---|---|
| 362 | IDF_FIELD *fptr; | |
| 363 | int i, j, n; | |
| 364 | /* start oconv command */ | |
| 365 | < | sprintf(cbuf, "oconv - > '%s'", temp_octree); |
| 365 | > | sprintf(cbuf, "oconv - > \"%s\"", temp_octree); |
| 366 | if ((ofp = popen(cbuf, "w")) == NULL) { | |
| 367 | fputs(progname, stderr); | |
| 368 | fputs(": cannot open oconv process\n", stderr); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |