about summary refs log tree commit diff stats
path: root/072recipe.cc
diff options
context:
space:
mode:
Diffstat (limited to '072recipe.cc')
-rw-r--r--072recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/072recipe.cc b/072recipe.cc
index 532491e7..dd71830d 100644
--- a/072recipe.cc
+++ b/072recipe.cc
@@ -395,7 +395,7 @@ def main [
 def f x:&:num -> y:num [
   local-scope
   load-ingredients
-  y <- copy x
+  y <- deaddress x
 ]
 $error: 0