about summary refs log tree commit diff stats
path: root/042name.cc
diff options
context:
space:
mode:
Diffstat (limited to '042name.cc')
-rw-r--r--042name.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/042name.cc b/042name.cc
index f183962c..3cfc8587 100644
--- a/042name.cc
+++ b/042name.cc
@@ -245,7 +245,7 @@ else {
 
 :(scenario transform_names_transforms_container_elements)
 def main [
-  p:&:point <- copy 0
+  p:&:point <- copy null
   a:num <- get *p:&:point, y:offset
   b:num <- get *p:&:point, x:offset
 ]