Changeset 4462 for trunk/Ohana/src/opihi/cmd.basic/run_if.c
- Timestamp:
- Jul 6, 2005, 10:29:08 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/run_if.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/run_if.c
r3922 r4462 94 94 if (logic) { 95 95 if (*input) { 96 status = multicommand (input); 96 97 if (ThisList == 0) add_history (input); 97 status = command (input, &outline); 98 if (outline != (char *) NULL) free (outline); 99 if (!status) return (FALSE); 98 if (auto_break && !status) return (FALSE); 100 99 } 101 } else { 102 free (input); 103 } 100 } 101 free (input); 104 102 } 105 103 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
