From 1d9372486e193af378ccdf7a081b5109f356d5e6 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 3 Feb 2021 06:05:55 -0800 Subject: [PATCH] oops --- src/common/rclinit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }