Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2018-07-24 07:19:39 +09:00
parent 797ddf43f8
commit 4d75351a06

View File

@@ -216,7 +216,7 @@ void Gateway::initialize(int argc, char** argv)
{ {
if (getParam("PredefinedTopicFile", param) == 0) if (getParam("PredefinedTopicFile", param) == 0)
{ {
fileName =*getConfigDirName() + string(param); fileName = string(param);
} }
else else
{ {