From 4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 3 Dec 2017 23:25:40 -0800 Subject: 4134 - 'input' = 'ingredient' --- html/101run_sandboxed.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/101run_sandboxed.cc.html') diff --git a/html/101run_sandboxed.cc.html b/html/101run_sandboxed.cc.html index 0dde51a3..2a5da79f 100644 --- a/html/101run_sandboxed.cc.html +++ b/html/101run_sandboxed.cc.html @@ -521,7 +521,7 @@ if ('onhashchange' in window) { 457 ¦ // x:text <- new [abc] 458 ¦ // => abc 459 ¦ if (i < SIZE(instruction.products)) { -460 ¦ ¦ if (is_mu_text(instruction.products.at(i))) { +460 ¦ ¦ if (is_mu_text(instruction.products.at(i))) { 461 ¦ ¦ ¦ if (!scalar(products.at(i))) continue; // error handled elsewhere 462 ¦ ¦ ¦ out << read_mu_text(products.at(i).at(0)) << '\n'; 463 ¦ ¦ ¦ continue; @@ -552,7 +552,7 @@ if ('onhashchange' in window) { 488 int stringified_value_of_location(int address) { 489 // convert to string 490 ostringstream out; -491 out << no_scientific(get_or_insert(Memory, address)); +491 out << no_scientific(get_or_insert(Memory, address)); 492 return new_mu_text(out.str()); 493 } 494 -- cgit 1.4.1-2-gfad0