Changeset 31667 for trunk/Ohana/src/opihi/lib.shell/macro_create.c
- Timestamp:
- Jun 22, 2011, 12:40:23 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/macro_create.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/macro_create.c
r16444 r31667 68 68 69 69 /* get the next line (from correct place) */ 70 if (ThisList == 0) 71 input = readline (prompt);72 else70 if (ThisList == 0) { 71 input = opihi_readline (prompt); 72 } else { 73 73 input = get_next_listentry (ThisList); 74 } 74 75 75 76 if ((ThisList == 0) && (input == (char *) NULL)) { … … 77 78 continue; 78 79 } 79 if (ThisList == 0) ohana_memregister (input);80 80 81 81 if ((ThisList > 0) && (input == (char *) NULL)) {
Note:
See TracChangeset
for help on using the changeset viewer.
