mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed compilation on ubuntu precise
This commit is contained in:
parent
72d64c7d1f
commit
122f6af30a
@ -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…
Reference in New Issue
Block a user