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