From d9630e06d8b520614bc263b7f0256a3baf7a6ef9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 29 Jun 2016 09:49:35 -0700 Subject: 3074 Thanks Ella Couch for finding this bug. --- 027call_ingredient.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '027call_ingredient.cc') diff --git a/027call_ingredient.cc b/027call_ingredient.cc index fe9db13c..b9195658 100644 --- a/027call_ingredient.cc +++ b/027call_ingredient.cc @@ -172,7 +172,8 @@ case INGREDIENT: { //: a particularly common array type is the string, or address:array:character :(code) -bool is_mu_string(const reagent& x) { +bool is_mu_string(reagent/*copy*/ x) { + // Begin is_mu_string(x) return x.type && x.type->value == get(Type_ordinal, "address") && x.type->right -- cgit 1.4.1-2-gfad0