From b23190393248455f04d3a06def030a1ec7efad1e Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 4 Sep 2020 13:38:24 +0200 Subject: Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup port --- src/common/Utilities/StartProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Utilities/StartProcess.h') diff --git a/src/common/Utilities/StartProcess.h b/src/common/Utilities/StartProcess.h index 6baf21e8957..71452315e77 100644 --- a/src/common/Utilities/StartProcess.h +++ b/src/common/Utilities/StartProcess.h @@ -62,7 +62,7 @@ TC_COMMON_API std::shared_ptr bool secure = false); /// Searches for the given executable in the PATH variable -/// and returns a present optional when it was found. +/// and returns a non-empty string when it was found. TC_COMMON_API std::string SearchExecutableInPath(std::string const& filename); } // namespace Trinity -- cgit v1.2.3