From 4ac46f8c9db33a59517ea9d61ef63fafd35cd8d7 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 30 Aug 2014 19:56:53 +0200 Subject: [PATCH] remove quotation marks from the host in the 'welcome' message --- src/ncmpcpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 0c68f73..7faf348 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -194,7 +194,7 @@ int main(int argc, char **argv) myVisualizer->FindOutputID(); # endif // ENABLE_VISUALIZER - Statusbar::printf("Connected to \"%1%\"", Mpd.GetHostname()); + Statusbar::printf("Connected to %1%", Mpd.GetHostname()); } catch (MPD::ClientError &e) { -- 2.11.4.GIT