From 8e55e14e494b2968034a20ef49227f010113aab9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 18 Oct 2018 21:36:00 +0200 Subject: [PATCH] typo --- src/interface_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface_text.cpp b/src/interface_text.cpp index bc868d2..4f98150 100644 --- a/src/interface_text.cpp +++ b/src/interface_text.cpp @@ -49,7 +49,7 @@ const bool Text::askblocked() while (true) { const string blocked = get_answer(tr("Blocked(b) or silenced(s)")); - if (blocked[0] == tr("b")[0] || blocked[0] == tr("B")) + if (blocked[0] == tr("b")[0] || blocked[0] == tr("B")[0]) { return true; }