mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
correct OctreeServer config parsing
This commit is contained in:
parent
4ff400f59f
commit
15ba5f7ab1
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ void OctreeServer::setArguments(int argc, char** argv) {
|
|||
void OctreeServer::parsePayload() {
|
||||
|
||||
if (getPayload().size() > 0) {
|
||||
QString config((const char*) _payload);
|
||||
QString config(_payload);
|
||||
|
||||
// Now, parse the config
|
||||
QStringList configList = config.split(" ");
|
||||
|
|
Loading…
Reference in a new issue