mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-25 15:16:15 +00:00
Closed beta 1001007003: Fix Xcode build.
This commit is contained in:
@@ -107,7 +107,7 @@ void SpecialConfigRequest::dnsFinished() {
|
||||
} else if (!answerIt->isArray()) {
|
||||
LOG(("Config Error: Not an array received in Answer in dns response JSON."));
|
||||
} else {
|
||||
for (auto &elem : answerIt->toArray()) {
|
||||
for (auto elem : answerIt->toArray()) {
|
||||
if (!elem.isObject()) {
|
||||
LOG(("Config Error: Not an object found in Answer array in dns response JSON."));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user