From 2b25071710656d7a755c2f66c99734cd7990d1ba Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 26 May 2017 16:43:18 -0700 Subject: 3877 --- 058to_text.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '058to_text.cc') diff --git a/058to_text.cc b/058to_text.cc index e845218c..8c86e36c 100644 --- a/058to_text.cc +++ b/058to_text.cc @@ -9,7 +9,7 @@ put(Recipe_ordinal, "to-text", TO_TEXT); :(before "End Primitive Recipe Checks") case TO_TEXT: { if (SIZE(inst.ingredients) != 1) { - raise << maybe(get(Recipe, r).name) << "'to-text' requires a single ingredient, but got '" << inst.original_string << "'\n" << end(); + raise << maybe(get(Recipe, r).name) << "'to-text' requires a single ingredient, but got '" << to_original_string(inst) << "'\n" << end(); break; } // can handle any type -- cgit 1.4.1-2-gfad0