Skip to content
Snippets Groups Projects
Commit 50b15c7b authored by Victor Poughon's avatar Victor Poughon
Browse files

Fix coverity #1271591

parent 27801587
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ int parseCommandLine(int ac, char * av[], std::vector<char *>& remainingArgs)
if (oldenv2)
{
libpath64 += KWSYS_SHARED_FORWARD_PATH_SEP;
libpath64 += oldenv;
libpath64 += oldenv2;
}
itksys::SystemTools::PutEnv(libpath64.c_str());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment