- Timestamp:
- Jun 21, 2012, 6:51:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psModules/src/extras/psPipe.c
r23487 r34051 105 105 106 106 status = execvp (argv[0], argv); 107 108 // this statement exits the child, not the parent, process 109 exit (1); 107 psWarning ("error running exec for child process"); 108 exit (1); // this statement exits the child, not the parent, process 110 109 } 111 110 psFree (cmd);
Note:
See TracChangeset
for help on using the changeset viewer.
