Changeset 31666 for trunk/Ohana/src/opihi/pantasks/task_macros.c
- Timestamp:
- Jun 22, 2011, 12:38:55 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/task_macros.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/task_macros.c
r23530 r31666 112 112 /* get the next line (from correct place) */ 113 113 if (ThisList == 0) 114 input = readline (prompt);114 input = opihi_readline (prompt); 115 115 else 116 116 input = get_next_listentry (ThisList); … … 124 124 input = strcreate ("end"); 125 125 } 126 if (ThisList == 0) ohana_memregister (input);127 126 128 127 stripwhite (input);
Note:
See TracChangeset
for help on using the changeset viewer.
