Skip to content
Snippets Groups Projects
Commit c959472c authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Broken

parent 291d76b3
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ void LLFloaterAssetRecovery::onBtnRecover()
if (pCheckColumn->getCheckBox()->getValue().asBoolean())
sdFiles.append(sdFile);
else
LLFile::remove(sdFile["path"]);
LLFile::remove(sdFile["path"].asString());
}
if (!sdFiles.emptyArray())
......
......@@ -1022,7 +1022,6 @@ bool LLVivoxVoiceClient::startAndLaunchDaemon()
sGatewayPtr = LLProcess::create(params);
mDaemonHost = LLHost(host.c_str(), port);
mDaemonHost = LLHost(gSavedSettings.getString("VivoxVoiceHost").c_str(), gSavedSettings.getU32("VivoxVoicePort"));
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment