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/023boolean.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/023boolean.cc.html') diff --git a/html/023boolean.cc.html b/html/023boolean.cc.html index 90ea4bc6..f216ff7a 100644 --- a/html/023boolean.cc.html +++ b/html/023boolean.cc.html @@ -76,7 +76,7 @@ if ('onhashchange' in window) { 13 ¦ } 14 } 15 if (SIZE(inst.products) > 1) { - 16 ¦ raise << maybe(get(Recipe, r).name) << "'and' yields exactly one product in '" << inst.original_string << "'\n" << end(); + 16 ¦ raise << maybe(get(Recipe, r).name) << "'and' yields exactly one product in '" << to_original_string(inst) << "'\n" << end(); 17 ¦ break; 18 } 19 if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_boolean(inst.products.at(0))) { @@ -134,7 +134,7 @@ if ('onhashchange' in window) { 71 ¦ } 72 } 73 if (SIZE(inst.products) > 1) { - 74 ¦ raise << maybe(get(Recipe, r).name) << "'or' yields exactly one product in '" << inst.original_string << "'\n" << end(); + 74 ¦ raise << maybe(get(Recipe, r).name) << "'or' yields exactly one product in '" << to_original_string(inst) << "'\n" << end(); 75 ¦ break; 76 } 77 if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_boolean(inst.products.at(0))) { @@ -186,7 +186,7 @@ if ('onhashchange' in window) { 123 :(before "End Primitive Recipe Checks") 124 case NOT: { 125 if (SIZE(inst.products) != SIZE(inst.ingredients)) { -126 ¦ raise << "ingredients and products should match in '" << inst.original_string << "'\n" << end(); +126 ¦ raise << "ingredients and products should match in '" << to_original_string(inst) << "'\n" << end(); 127 ¦ break; 128 } 129 for (int i = 0; i < SIZE(inst.ingredients); ++i) { -- cgit 1.4.1-2-gfad0