From 2b25071710656d7a755c2f66c99734cd7990d1ba Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 26 May 2017 16:43:18 -0700 Subject: 3877 --- html/050scenario.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/050scenario.cc.html') diff --git a/html/050scenario.cc.html b/html/050scenario.cc.html index 3fc34bc5..85cb3859 100644 --- a/html/050scenario.cc.html +++ b/html/050scenario.cc.html @@ -824,7 +824,7 @@ if ('onhashchange' in window) { 757 :(before "End Primitive Recipe Checks") 758 case CHECK_TRACE_COUNT_FOR_LABEL: { 759 if (SIZE(inst.ingredients) != 2) { -760 ¦ raise << maybe(get(Recipe, r).name) << "'check-trace-count-for-label' requires exactly two ingredients, but got '" << inst.original_string << "'\n" << end(); +760 ¦ raise << maybe(get(Recipe, r).name) << "'check-trace-count-for-label' requires exactly two ingredients, but got '" << to_original_string(inst) << "'\n" << end(); 761 ¦ break; 762 } 763 if (!is_mu_number(inst.ingredients.at(0))) { -- cgit 1.4.1-2-gfad0