From 2b25071710656d7a755c2f66c99734cd7990d1ba Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 26 May 2017 16:43:18 -0700 Subject: 3877 --- 038new_text.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '038new_text.cc') diff --git a/038new_text.cc b/038new_text.cc index 95a394c1..cf7c01b5 100644 --- a/038new_text.cc +++ b/038new_text.cc @@ -170,7 +170,7 @@ put(Recipe_ordinal, "assert", ASSERT); :(before "End Primitive Recipe Checks") case ASSERT: { if (SIZE(inst.ingredients) != 2) { - raise << maybe(get(Recipe, r).name) << "'assert' takes exactly two ingredients rather than '" << inst.original_string << "'\n" << end(); + raise << maybe(get(Recipe, r).name) << "'assert' takes exactly two ingredients rather than '" << to_original_string(inst) << "'\n" << end(); break; } if (!is_mu_scalar(inst.ingredients.at(0))) { -- cgit 1.4.1-2-gfad0