From 828bc32057511bc88bd651f2e7c9cf19706378d3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 15 Aug 2020 21:38:36 -0700 Subject: 6716 --- html/apps/print-file.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/print-file.mu.html') diff --git a/html/apps/print-file.mu.html b/html/apps/print-file.mu.html index 35b9dc58..0995e3c1 100644 --- a/html/apps/print-file.mu.html +++ b/html/apps/print-file.mu.html @@ -72,7 +72,7 @@ if ('onhashchange' in window) { 14 compare n, 1 15 { 16 break-if-> -17 print-string-to-screen "usage: cat <filename>\n" +17 print-string 0, "usage: cat <filename>\n" 18 break $main-body 19 } 20 { @@ -89,7 +89,7 @@ if ('onhashchange' in window) { 31 var c/eax: byte <- read-byte-buffered in-addr 32 compare c, 0xffffffff # EOF marker 33 break-if-= -34 print-byte-to-screen c +34 print-grapheme 0, c 35 loop 36 } 37 } -- cgit 1.4.1-2-gfad0