Merge branch 'development' into LTS_development
This commit is contained in:
commit
3947fceeed
1 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,8 @@ namespace Mist {
|
||||||
if (p[it.key()].asStringRef().size() > 0){
|
if (p[it.key()].asStringRef().size() > 0){
|
||||||
argarr[argnum++] = (char*)((*it)["option"].c_str());
|
argarr[argnum++] = (char*)((*it)["option"].c_str());
|
||||||
argarr[argnum++] = (char*)(p[it.key()].c_str());
|
argarr[argnum++] = (char*)(p[it.key()].c_str());
|
||||||
|
}else{
|
||||||
|
argarr[argnum++] = (char*)((*it)["option"].c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue