IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2005, 6:29:10 PM (21 years ago)
Author:
eugene
Message:

fixed up some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/ControllerOps.c

    r4450 r4451  
    6464  char *p;
    6565  IOBuffer buffer;
    66  
    6766
    6867  sprintf (cmd, "check job %d", job[0].pid);
     
    179178  job[0].pid = atoi (string);
    180179  FreeIOBuffer (&buffer);
     180
     181  InitIOBuffer (&job[0].stdout, 0x100);
     182  InitIOBuffer (&job[0].stderr, 0x100);
    181183  return (TRUE);
    182184}
Note: See TracChangeset for help on using the changeset viewer.