about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--034address.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/034address.cc b/034address.cc
index 337ed98e..f5363c1f 100644
--- a/034address.cc
+++ b/034address.cc
@@ -183,7 +183,7 @@ bool product_of_new_is_valid(const instruction& inst) {
       return false;
     drop_from_type(product, "array");
   }
-  reagent/*copy*/ expected_product;
+  reagent/*local*/ expected_product;
   expected_product.type = new_type_tree(inst.ingredients.at(0).name);
   return types_strictly_match(product, expected_product);
 }