From 124c67645cb6f1b9f06d7104c5398fa4732e2f25 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 20 Jun 2017 10:40:07 -0700 Subject: 3934 --- html/088file.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/088file.mu.html') diff --git a/html/088file.mu.html b/html/088file.mu.html index e6fad2a8..5ba2c541 100644 --- a/html/088file.mu.html +++ b/html/088file.mu.html @@ -140,7 +140,7 @@ if ('onhashchange' in window) { 79 { 80 ¦ c:char, eof?:bool <- $read-from-file file 81 ¦ break-if eof? - 82 ¦ sink <- write sink, c + 82 ¦ sink <- write sink, c 83 ¦ loop 84 } 85 sink <- close sink @@ -156,7 +156,7 @@ if ('onhashchange' in window) { 95 ¦ done?:bool <- greater-or-equal i, len 96 ¦ break-if done? 97 ¦ c:char <- index *contents, i - 98 ¦ sink <- write sink, c + 98 ¦ sink <- write sink, c 99 ¦ i <- add i, 1 100 ¦ loop 101 } @@ -198,7 +198,7 @@ if ('onhashchange' in window) { 137 ¦ done?:bool <- greater-or-equal i, len 138 ¦ break-if done? 139 ¦ c:char <- index *contents, i -140 ¦ sink-file <- write sink-file, c +140 ¦ sink-file <- write sink-file, c 141 ¦ i <- add i, 1 142 ¦ loop 143 } -- cgit 1.4.1-2-gfad0