commit | ad6614f2b93dfbdce9604f6991af694ea617a2e3 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Mon Oct 01 19:02:14 2012 -0500 |
committer | Gerrit Code Review <gerrit@redmine> | Mon Oct 01 19:02:14 2012 -0500 |
tree | 8255fcc4ccc6e63f22c940d422f8bb0fb04423e7 | |
parent | 9b21af77e0f901e2b3ba38da6273e7f4666f8c8b [diff] | |
parent | 3ac71a5a82b124e78e68044f7c3b4ab2561c843a [diff] |
Merge "Ensure that actions are not simulated in ORS" into jb-wip
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);