Fix saving and some more logging

Fixes Shin Hayarigami (BLJS10279).
This commit is contained in:
Raul Tambre 2015-07-13 22:06:16 +03:00
parent 3896c39ceb
commit 66cf864ee0
4 changed files with 59 additions and 30 deletions

View file

@ -16,7 +16,7 @@ TRPLoader::~TRPLoader()
bool TRPLoader::Install(std::string dest, bool show)
{
if(!trp_f.IsOpened())
if (!trp_f.IsOpened())
return false;
if (!dest.empty() && dest.back() != '/')