Changeset 23583
- Timestamp:
- Mar 29, 2009, 12:22:51 PM (17 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
r16462 r23583 113 113 status = multicommand (input); 114 114 if (ThisList == 0) add_history (input); 115 if (auto_break && !status) return (FALSE); 115 if (auto_break && !status) { 116 free (input); 117 return (FALSE); 118 } 116 119 } 117 120 }
Note:
See TracChangeset
for help on using the changeset viewer.
