Changeset 3204 for trunk/Ohana/src/opihi/pcontrol/IOBufferOps.c
- Timestamp:
- Feb 12, 2005, 5:00:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/IOBufferOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/IOBufferOps.c
r3203 r3204 9 9 10 10 ALLOCATE (buffer[0].buffer, char, buffer[0].Nalloc); 11 bzero (buffer[0].buffer, buffer[0].Nalloc); 11 12 12 13 return (TRUE); … … 27 28 28 29 if (fd == 0) { 30 fprintf (stderr, "pipe is closed (ReadIOBuffer)\n"); 31 return (0); 29 32 /* pipe is closed */ 30 return (0);31 33 } 32 34
Note:
See TracChangeset
for help on using the changeset viewer.
