ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/win_popen.c
(Generate patch)

Comparing ray/src/common/win_popen.c (file contents):
Revision 1.3 by schorsch, Sun Mar 28 20:33:12 2004 UTC vs.
Revision 1.4 by schorsch, Mon Oct 4 10:14:22 2004 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines