From b5f2a629c2617fc08a3b6d3fcc7d40f3974c8217 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 2 Mar 2017 22:41:18 -0800 Subject: 3752 - fix a couple of segfaults Thanks Ella Couch for running into these. --- html/054static_dispatch.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/054static_dispatch.cc.html') diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html index 8803f098..6b607ad0 100644 --- a/html/054static_dispatch.cc.html +++ b/html/054static_dispatch.cc.html @@ -378,7 +378,7 @@ if ('onhashchange' in window) { 315 } 316 317 bool types_strictly_match_except_literal_against_address_or_boolean(const reagent& to, const reagent& from) { -318 if (is_literal(from) && is_mu_boolean(to)) +318 if (is_literal(from) && is_mu_boolean(to)) 319 return from.name == "0" || from.name == "1"; 320 return types_strictly_match_except_literal_zero_against_address(to, from); 321 } -- cgit 1.4.1-2-gfad0