Kaydet (Commit) 13400b61 authored tarafından Caolán McNamara's avatar Caolán McNamara

workaround sal built with _GLIBCXX_DEBUG and cppunit build without it

üst f0342850
...@@ -477,6 +477,7 @@ public: ...@@ -477,6 +477,7 @@ public:
); );
std::string line; std::string line;
line.reserve(1024);
while (std::getline(file, line, '\0')) while (std::getline(file, line, '\0'))
env_container->push_back(line); env_container->push_back(line);
tidy_container(*env_container); tidy_container(*env_container);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment