mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-16 18:39:46 -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 + " ";
|
strlist += *iter + " ";
|
||||||
|
|
||||||
if(!strlist.empty())
|
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)
|
switch(Op)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue