Skip to content

Commit

Permalink
Fix ecal_cmd_parser checkForValidConfigFilePath function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed May 28, 2024
1 parent 9613db0 commit 11044f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/config/ecal_cmd_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ namespace
return ecal_ini_status.IsOk() && (ecal_ini_status.GetType() == EcalUtils::Filesystem::Type::RegularFile);
}

std::string& checkForValidConfigFilePath(const std::string& config_file_)
std::string checkForValidConfigFilePath(const std::string& config_file_)
{
// differences to ecal_config_reader implementation are:
// 1. does not use the default ini file name, instead uses the specified file
Expand Down

0 comments on commit 11044f1

Please sign in to comment.