IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2005, 5:50:08 PM (21 years ago)
Author:
eugene
Message:

psched / pscontrol / pclient dev work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c

    r4575 r4705  
    1414
    1515  /* 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);
    2017
    2118  /* is pipe still open? */
Note: See TracChangeset for help on using the changeset viewer.