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/029tools.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/029tools.cc.html') diff --git a/html/029tools.cc.html b/html/029tools.cc.html index 910587b9..db535ba2 100644 --- a/html/029tools.cc.html +++ b/html/029tools.cc.html @@ -78,7 +78,7 @@ if ('onhashchange' in window) { 13 :(before "End Primitive Recipe Checks") 14 case TRACE: { 15 if (SIZE(inst.ingredients) < 3) { - 16 ¦ raise << maybe(get(Recipe, r).name) << "'trace' takes three or more ingredients rather than '" << inst.original_string << "'\n" << end(); + 16 ¦ raise << maybe(get(Recipe, r).name) << "'trace' takes three or more ingredients rather than '" << to_original_string(inst) << "'\n" << end(); 17 ¦ break; 18 } 19 if (!is_mu_number(inst.ingredients.at(0))) { -- cgit 1.4.1-2-gfad0