From f53be1a3d52359c1bf2b45de1753aac9e3f612e1 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Sat, 13 Oct 2012 21:12:35 +0900 Subject: [PATCH] fix. --- sprout/logic/tribool/io.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprout/logic/tribool/io.hpp b/sprout/logic/tribool/io.hpp index f249e39b..998da98e 100644 --- a/sprout/logic/tribool/io.hpp +++ b/sprout/logic/tribool/io.hpp @@ -172,7 +172,7 @@ namespace sprout { } else { if (falsename_ok) { rhs = false; - } else if (truename_ok) { + } else if (truename_ok) { rhs = true; } else if (othername_ok) { rhs = indeterminate;