From 3f09dd2e39df84babe91248e8543edfd7bc1a884 Mon Sep 17 00:00:00 2001 From: thlo Date: Fri, 4 Oct 2013 07:47:08 +0200 Subject: Fixes /reccmd.xml procedure --- smarttvfactory.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/smarttvfactory.c b/smarttvfactory.c index c6b0524..a2154eb 100755 --- a/smarttvfactory.c +++ b/smarttvfactory.c @@ -707,13 +707,12 @@ void SmartTvServer::initRecCmds() { } void SmartTvServer::initCmdCmds() { - mRecMsg = "\n"; - mRecMsg += "\n"; - mRecMsg += processNestedItemList("", &Commands, &mCmdCmds); - mRecMsg += "\n"; - - *(mLog.log()) << "reccmds.conf parsed" << endl; + mCmdMsg = "\n"; + mCmdMsg += "\n"; + mCmdMsg += processNestedItemList("", &Commands, &mCmdCmds); + mCmdMsg += "\n"; + *(mLog.log()) << "commands.conf parsed" << endl; } void SmartTvServer::initServer(string dir) { -- cgit v1.2.3