Changeset 34085 for trunk/psModules/src/extras/psPipe.c
- Timestamp:
- Jun 26, 2012, 11:31:38 AM (14 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/extras/psPipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/psModules (added) merged: 34002,34044,34049,34051-34053,34073,34076,34078
- Property svn:mergeinfo changed
-
trunk/psModules/src/extras/psPipe.c
r23487 r34085 105 105 106 106 status = execvp (argv[0], argv); 107 108 // this statement exits the child, not the parent, process 109 exit (1); 107 if (status < 0) { 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.
