Skip to content

Commit

Permalink
BugFix of #123
Browse files Browse the repository at this point in the history
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
  • Loading branch information
ty4tw committed Jul 23, 2018
1 parent 797ddf4 commit 4d75351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MQTTSNGateway/src/MQTTSNGateway.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ void Gateway::initialize(int argc, char** argv)
{
if (getParam("PredefinedTopicFile", param) == 0)
{
fileName =*getConfigDirName() + string(param);
fileName = string(param);
}
else
{
Expand Down

0 comments on commit 4d75351

Please # to comment.