| # | Line 22 | Line 22 | ignoring any | within. Quotes don't nest. | |
|---|---|---|
| 22 | #include <io.h> /* _open_osfhandle() */ | |
| 23 | #include <fcntl.h> /* _O_RDONLY */ | |
| 24 | ||
| 25 | + | #include "paths.h" |
| 26 | #include "rtio.h" | |
| 27 | #include "rterror.h" | |
| 28 | ||
| # | Line 325 | Line 326 | int maxl | |
| 326 | curs = NULL; | |
| 327 | } else if (last == '>') { /* output file */ | |
| 328 | if (*outfn != NULL) { | |
| 329 | < | eputs("win_popen(): ambiguous out redirection"); |
| 329 | > | eputs("win_popen(): ambiguous output redirection"); |
| 330 | goto error; | |
| 331 | } | |
| 332 | *outfn = curs; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |