diff --git a/src/common/rclinit.cpp b/src/common/rclinit.cpp index edd55977..e5539949 100644 --- a/src/common/rclinit.cpp +++ b/src/common/rclinit.cpp @@ -329,7 +329,7 @@ RclConfig *recollinit(int flags, PATH = exedir + ":" + PATH; #endif - std::string rhpp + std::string rhpp; if (config->getConfParam("recollhelperpath", rhpp) && !rhpp.empty()) { PATH = rhpp + ":" + PATH; }