- Timestamp:
- May 31, 2011, 8:03:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/opihi/pantasks/task.c
r23530 r31590 34 34 /* get the next line (from correct place) */ 35 35 if (ThisList == 0) 36 input = readline (prompt);36 input = opihi_readline (prompt); 37 37 else 38 38 input = get_next_listentry (ThisList); … … 46 46 input = strcreate ("end"); 47 47 } 48 if (ThisList == 0) ohana_memregister (input);49 48 50 49 stripwhite (input);
Note:
See TracChangeset
for help on using the changeset viewer.
