Skip to content

Commit

Permalink
Fix updater
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Mar 10, 2019
1 parent 55e6074 commit 45b391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/update/UpdateActivity.cpp
Expand Up @@ -46,7 +46,7 @@ class UpdateDownloadTask : public Task
notifyError("Could not download update: " + error);
return false;
}
if (data.size())
if (!data.size())
{
error = "Server responded with nothing";
notifyError("Server did not return any data");
Expand Down

0 comments on commit 45b391d

Please sign in to comment.