Fixed weird text error

This commit is contained in:
DWW 2022-07-20 16:59:11 +03:00
parent cfe37f20a5
commit 445ba013f4

View File

@ -639,7 +639,9 @@ bool full_donwload(const string& path, const string& release_prefix,
tmp += FOLDER_DELIM;
tmp += "FLAC";
ok = make_dir(tmp);--dont-use-padding
ok = make_dir(tmp);
if (!ok)
{
return false;
}
}