Changeset 8548 for trunk/Ohana/src/opihi/pantasks/InputQueue.c
- Timestamp:
- Aug 23, 2006, 5:31:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/InputQueue.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/InputQueue.c
r7952 r8548 65 65 66 66 Nbytes = snprintf (&tmp, 0, "input %s", input); 67 fprintf (stderr, "string len %d\n", Nbytes);68 69 67 ALLOCATE (line, char, Nbytes + 1); 70 fprintf (stderr, "allocated line\n");71 72 68 snprintf (line, Nbytes + 1, "input %s", input); 73 74 fprintf (stderr, "running command %s\n", line);75 69 76 70 status = command (line, &outline, TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
