From 2b25071710656d7a755c2f66c99734cd7990d1ba Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 26 May 2017 16:43:18 -0700 Subject: 3877 --- 026call.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '026call.cc') diff --git a/026call.cc b/026call.cc index 269515cc..dd9db69c 100644 --- a/026call.cc +++ b/026call.cc @@ -102,7 +102,7 @@ const instruction& to_instruction(const call& call) { :(after "Defined Recipe Checks") // not a primitive; check that it's present in the book of recipes if (!contains_key(Recipe, inst.operation)) { - raise << maybe(get(Recipe, r).name) << "undefined operation in '" << inst.original_string << "'\n" << end(); + raise << maybe(get(Recipe, r).name) << "undefined operation in '" << to_original_string(inst) << "'\n" << end(); break; } :(replace{} "default:" following "End Primitive Recipe Implementations") -- cgit 1.4.1-2-gfad0