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.mu3
1 files changed, 2 insertions, 1 deletions
diff --git a/081print.mu b/081print.mu
index c9937387..15fae22f 100644
--- a/081print.mu
+++ b/081print.mu
@@ -96,7 +96,8 @@ def print screen:address:screen, c:character -> screen:address:screen [
     break-if bg-color-found?
     bg-color <- copy 0/black
   }
-  trace 90, [print-character], c
+  c2:number <- character-to-code c
+  trace 90, [print-character], c2
   {
     # if x exists
     # (handle special cases exactly like in the real screen)