Fix updater
This commit is contained in:
parent
55e6074942
commit
45b391d9ea
@ -46,7 +46,7 @@ private:
|
|||||||
notifyError("Could not download update: " + error);
|
notifyError("Could not download update: " + error);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (data.size())
|
if (!data.size())
|
||||||
{
|
{
|
||||||
error = "Server responded with nothing";
|
error = "Server responded with nothing";
|
||||||
notifyError("Server did not return any data");
|
notifyError("Server did not return any data");
|
||||||
|
Loading…
Reference in New Issue
Block a user