IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2005, 5:00:47 PM (21 years ago)
Author:
eugene
Message:

pcontrol dev work

File:
1 edited

Legend:

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

    r3203 r3204  
    99
    1010  ALLOCATE (buffer[0].buffer, char, buffer[0].Nalloc);
     11  bzero (buffer[0].buffer, buffer[0].Nalloc);
    1112
    1213  return (TRUE);
     
    2728
    2829  if (fd == 0) {
     30    fprintf (stderr, "pipe is closed (ReadIOBuffer)\n");
     31    return (0);
    2932    /* pipe is closed */
    30     return (0);
    3133  }
    3234
Note: See TracChangeset for help on using the changeset viewer.