Skip to content
Snippets Groups Projects
Commit 7c84e27e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent cfcf5626
No related branches found
No related tags found
No related merge requests found
......@@ -770,7 +770,7 @@ namespace onelab{
time_t now;
time(&now);
std::string t(ctime(&now));
t.pop_back();
t.resize(t.size() - 1);
json.clear();
json += "{ \"onelab\":{\n";
json += " \"creator\":\"" + creator + "\",\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment