Changeset 4705 for trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c
- Timestamp:
- Aug 3, 2005, 5:50:08 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c
r4575 r4705 14 14 15 15 /* send cmd (stdout / stderr) */ 16 ALLOCATE (line, char, MAX (1, strlen(cmd) + 1)); 17 sprintf (line, "%s\n", cmd); 18 status = write (host[0].stdin, line, strlen(line)); 19 free (line); 16 status = write_fmt (host[0].stdin, "%s\n", cmd); 20 17 21 18 /* is pipe still open? */
Note:
See TracChangeset
for help on using the changeset viewer.
