about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--304screen.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/304screen.subx b/304screen.subx
index 08617741..2badb1eb 100644
--- a/304screen.subx
+++ b/304screen.subx
@@ -140,7 +140,7 @@ print-grapheme-to-real-screen:  # c: grapheme
     51/push-ecx
     # var s/ecx: (addr array byte)
     ff 6/subop/push *(ebp+8)
-    68/push 4/imm32/size
+    68/push 1/imm32/size
     89/<- %ecx 4/r32/esp
     (write 1 %ecx)
 $print-grapheme-to-real-screen:end: