Show update status for installers when listing details

This commit is contained in:
Sude 2013-03-16 03:41:55 +02:00
parent b910d4bcb9
commit 580f080aaf

View File

@ -275,6 +275,7 @@ void Downloader::listGames()
std::cout << "\tid: " << games[i].installers[j].id << std::endl
<< "\tpath: " << games[i].installers[j].path << std::endl
<< "\tsize: " << games[i].installers[j].size << std::endl
<< "\tupdated: " << (games[i].installers[j].updated ? "True" : "False") << std::endl
<< std::endl;
}
}