Changeset 31666 for trunk/Ohana/src/opihi/pantasks/client_shell.c
- Timestamp:
- Jun 22, 2011, 12:38:55 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/client_shell.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/client_shell.c
r8548 r31666 22 22 if (Nbad == 10) exit (3); 23 23 24 line = readline (prompt);24 line = opihi_readline (prompt); 25 25 26 26 if (line == NULL) { … … 37 37 } 38 38 Nbad = 0; 39 ohana_memregister (line);40 39 41 40 stripwhite (line);
Note:
See TracChangeset
for help on using the changeset viewer.
