commit | 3ac71a5a82b124e78e68044f7c3b4ab2561c843a | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Mon Oct 01 19:46:11 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Mon Oct 01 19:46:11 2012 -0400 |
tree | 3a37fb1b204abd78aa4739b52107c2c3b6a6ac95 | |
parent | 83a3b1260d7a371fe0d31e10361f38f311b99ece [diff] |
Ensure that actions are not simulated in ORS
diff --git a/openrecoveryscript.cpp b/openrecoveryscript.cpp index 88d54ac..9317ae7 100644 --- a/openrecoveryscript.cpp +++ b/openrecoveryscript.cpp
@@ -79,6 +79,7 @@ char *val_start, *tok; if (fp != NULL) { + DataManager_SetIntValue(TW_SIMULATE_ACTIONS, 0); while (fgets(script_line, SCRIPT_COMMAND_SIZE, fp) != NULL && ret_val == 0) { cindex = 0; line_len = strlen(script_line);