about summary refs log tree commit diff stats
path: root/081print.mu
diff options
context:
space:
mode:
Diffstat (limited to '081print.mu')
-rw-r--r--081print.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/081print.mu b/081print.mu
index df58f831..98ea0f21 100644
--- a/081print.mu
+++ b/081print.mu
@@ -909,6 +909,6 @@ def print screen:&:screen, n:&:_elem -> screen:&:screen [
     break-if bg-color-found?
     bg-color <- copy 0/black
   }
-  n2:num <- copy n
+  n2:num <- deaddress n
   screen <- print screen, n2, color, bg-color
 ]