IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2005, 5:35:47 PM (21 years ago)
Author:
eugene
Message:

substantial dev work on scheduler/pcontrol/pclient

File:
1 edited

Legend:

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

    r3212 r4450  
    1313  /* send command to client (adding on \n) */
    1414  /* fprintf (stderr, "send: %s (%d)\n", command, buffer[0].Nbuffer); */
    15   ALLOCATE (line, char, MAX (1, strlen(command)));
     15  ALLOCATE (line, char, MAX (1, strlen(command) + 1));
    1616  sprintf (line, "%s\n", command);
    1717  status = write (host[0].stdin, line, strlen(line));
Note: See TracChangeset for help on using the changeset viewer.