Skip to content

Commit

Permalink
Ignore "Unspecified Error" when searching for saves
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Oct 10, 2015
1 parent bc112b5 commit 286dd02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/search/SearchModel.cpp
Expand Up @@ -149,6 +149,8 @@ void SearchModel::Update()
if(!saveList.size())
{
lastError = Client::Ref().GetLastError();
if (lastError == "Unspecified Error")
lastError = "";
}

resultCount = thResultCount;
Expand Down

0 comments on commit 286dd02

Please sign in to comment.