mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed compilation on ubuntu precise
This commit is contained in:
parent
72d64c7d1f
commit
122f6af30a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ std::string StringExpression::toStdString(const std::string& varstr) const
|
|||
strlist += *iter + " ";
|
||||
|
||||
if(!strlist.empty())
|
||||
strlist.pop_back(); // pops the last ","
|
||||
strlist.resize(strlist.size()-1); //strlist.pop_back(); // pops the last ",". c++11 is needed for pop_back()
|
||||
|
||||
switch(Op)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue