From 996ce5f101e597cf70bda0864f964b356a1005a3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 6 May 2017 15:03:13 -0700 Subject: 3845 --- html/013update_operation.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/013update_operation.cc.html') diff --git a/html/013update_operation.cc.html b/html/013update_operation.cc.html index 437ffbd7..9852aecb 100644 --- a/html/013update_operation.cc.html +++ b/html/013update_operation.cc.html @@ -77,7 +77,7 @@ if ('onhashchange' in window) { 13 ¦ instruction& inst = caller.steps.at(index); 14 ¦ if (inst.is_label) continue; 15 ¦ if (!contains_key(Recipe_ordinal, inst.name)) { -16 ¦ ¦ raise << maybe(caller.name) << "instruction '" << inst.name << "' has no recipe in '" << to_original_string(inst) << "'\n" << end(); +16 ¦ ¦ raise << maybe(caller.name) << "instruction '" << inst.name << "' has no recipe in '" << inst.original_string << "'\n" << end(); 17 ¦ ¦ continue; 18 ¦ } 19 ¦ inst.operation = get(Recipe_ordinal, inst.name); -- cgit 1.4.1-2-gfad0