From e41e8e09e6bdb95dc24b910801f795123fb272d6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 11 Nov 2016 23:30:16 -0800 Subject: 3669 --- 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 becc3842..e845218c 100644 --- a/058to_text.cc +++ b/058to_text.cc @@ -18,6 +18,6 @@ case TO_TEXT: { :(before "End Primitive Recipe Implementations") case TO_TEXT: { products.resize(1); - products.at(0).push_back(new_mu_text(print_mu(current_instruction().ingredients.at(0), ingredients.at(0)))); + products.at(0).push_back(new_mu_text(inspect(current_instruction().ingredients.at(0), ingredients.at(0)))); break; } -- cgit 1.4.1-2-gfad0