Changeset 13504
- Timestamp:
- May 24, 2007, 10:22:26 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/opihi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/opihi.c
r12332 r13504 41 41 status = multicommand (line); 42 42 add_history (line); 43 append_history (1, history);43 if (history != NULL) append_history (1, history); 44 44 } 45 45 free (line);
Note:
See TracChangeset
for help on using the changeset viewer.
