Changeset 31667 for trunk/Ohana/src/opihi/cmd.basic/run_if.c
- Timestamp:
- Jun 22, 2011, 12:40:23 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/run_if.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/run_if.c
r23583 r31667 66 66 /* get the next line (from correct place) */ 67 67 if (ThisList == 0) { 68 input = readline (prompt);68 input = opihi_readline (prompt); 69 69 } else { 70 70 input = get_next_listentry (ThisList); … … 79 79 input = strcreate ("end"); 80 80 } 81 if (ThisList == 0) ohana_memregister (input);82 81 83 82 stripwhite (input);
Note:
See TracChangeset
for help on using the changeset viewer.
