From 4d28c73fa099c510a546f4b9861eb67ccc49a373 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Fri, 26 May 2017 15:58:36 +0200 Subject: Minor notation correction. --- common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.c') diff --git a/common.c b/common.c index f35fa62..36faac4 100644 --- a/common.c +++ b/common.c @@ -272,7 +272,7 @@ std::string AddExtInfoToDescription(const char *Title, const char *ShortText, co buf << " - " << r->event->Title(); if (!isempty(r->event->ShortText())) buf << "~" << r->event->ShortText(); - desc << FitToWidth(buf, (Text2SkinSetup.MaxChars)) << "\n"; + desc << FitToWidth(buf, Text2SkinSetup.MaxChars) << "\n"; } delete list; } @@ -295,7 +295,7 @@ std::string AddExtInfoToDescription(const char *Title, const char *ShortText, co desc << tr("AUXILIARY INFOS") << ":\n"; std::stringstream buf; buf << " - " << tr("Search timer") << ": " << searchTimer; - desc << FitToWidth(buf, (Text2SkinSetup.MaxChars)) << "\n"; + desc << FitToWidth(buf, Text2SkinSetup.MaxChars) << "\n"; } } } -- cgit v1.2.3