From 1c2d788b454670bf8fa1cb65c6251a8ff6ddcaf7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 19 Jun 2017 11:29:20 -0700 Subject: 3927 --- html/060rewrite_literal_string.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/060rewrite_literal_string.cc.html') diff --git a/html/060rewrite_literal_string.cc.html b/html/060rewrite_literal_string.cc.html index 0b913764..09a2ddd0 100644 --- a/html/060rewrite_literal_string.cc.html +++ b/html/060rewrite_literal_string.cc.html @@ -99,12 +99,12 @@ if ('onhashchange' in window) { 37 38 void rewrite_literal_string_to_text(const recipe_ordinal r) { 39 recipe& caller = get(Recipe, r); -40 trace(9991, "transform") << "--- rewrite literal strings in recipe " << caller.name << end(); +40 trace(9991, "transform") << "--- rewrite literal strings in recipe " << caller.name << end(); 41 if (contains_numeric_locations(caller)) return; 42 vector<instruction> new_instructions; 43 for (int i = 0; i < SIZE(caller.steps); ++i) { 44 ¦ instruction& inst = caller.steps.at(i); -45 ¦ if (recipes_taking_literal_strings.find(inst.name) == recipes_taking_literal_strings.end()) { +45 ¦ if (recipes_taking_literal_strings.find(inst.name) == recipes_taking_literal_strings.end()) { 46 ¦ ¦ for (int j = 0; j < SIZE(inst.ingredients); ++j) { 47 ¦ ¦ ¦ if (!is_literal_text(inst.ingredients.at(j))) continue; 48 ¦ ¦ ¦ instruction def; -- cgit 1.4.1-2-gfad0