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/034address.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/034address.cc.html') diff --git a/html/034address.cc.html b/html/034address.cc.html index 38fdd16d..cbdd3a35 100644 --- a/html/034address.cc.html +++ b/html/034address.cc.html @@ -227,7 +227,7 @@ if ('onhashchange' in window) { 163 case NEW: { 164 const recipe& caller = get(Recipe, r); 165 if (inst.ingredients.empty() || SIZE(inst.ingredients) > 2) { -166 ¦ raise << maybe(caller.name) << "'new' requires one or two ingredients, but got '" << inst.original_string << "'\n" << end(); +166 ¦ raise << maybe(caller.name) << "'new' requires one or two ingredients, but got '" << to_original_string(inst) << "'\n" << end(); 167 ¦ break; 168 } 169 // End NEW Check Special-cases @@ -245,7 +245,7 @@ if ('onhashchange' in window) { 181 ¦ break; 182 } 183 if (!product_of_new_is_valid(inst)) { -184 ¦ raise << maybe(caller.name) << "product of 'new' has incorrect type: '" << inst.original_string << "'\n" << end(); +184 ¦ raise << maybe(caller.name) << "product of 'new' has incorrect type: '" << to_original_string(inst) << "'\n" << end(); 185 ¦ break; 186 } 187 break; -- cgit 1.4.1-2-gfad0