about summary refs log tree commit diff stats
path: root/056recipe_header.cc
diff options
context:
space:
mode:
Diffstat (limited to '056recipe_header.cc')
-rw-r--r--056recipe_header.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/056recipe_header.cc b/056recipe_header.cc
index e918074d..78850c43 100644
--- a/056recipe_header.cc
+++ b/056recipe_header.cc
@@ -128,7 +128,7 @@ if (curr.name == "load-ingredients") {
 recipe add2 x:number, y:number -> z:number [
   local-scope
   load-ingredients
-  z:address:number <- copy 0/raw
+  z:address:number <- copy 0/unsafe
   reply z
 ]
 +error: add2: replied with the wrong type at 'reply z'