From 79022b11e7ba817550dee1a6e59a8d06e6a1d2a9 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Tue, 30 May 2017 17:07:06 +0200 Subject: Improve fix for c++11 compiler warning. --- i18n.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n.c') diff --git a/i18n.c b/i18n.c index 52def0c..316d88b 100644 --- a/i18n.c +++ b/i18n.c @@ -4,7 +4,7 @@ #include cText2SkinI18n::cText2SkinI18n(const char *Skin) : - mIdentity(std::string( "vdr-"PLUGIN_NAME_I18N"-" ) + Skin) + mIdentity(std::string(" vdr- " PLUGIN_NAME_I18N " - ") + Skin) { I18nRegister(mIdentity.substr(mIdentity.find('-') + 1).c_str()); } -- cgit v1.2.3