Skip to content
Snippets Groups Projects
Commit 26ca31fb authored by Francois Henrotte's avatar Francois Henrotte
Browse files

Bug fixed in onelab string declaration

parent 720575aa
Branches
Tags
No related merge requests found
...@@ -591,7 +591,7 @@ void localSolverClient::parse_sentence(std::string line) { ...@@ -591,7 +591,7 @@ void localSolverClient::parse_sentence(std::string line) {
strings[0].setNeverChanged(true); strings[0].setNeverChanged(true);
} }
else else
std::string val=resolveGetVal(arguments[0]); val=resolveGetVal(arguments[0]);
strings[0].setValue(val); strings[0].setValue(val);
} }
// choices list is reset // choices list is reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment