mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Add missing line ending to serial
This commit is contained in:
parent
cd0a829d59
commit
50e1e34fba
@ -2246,7 +2246,7 @@ std::string Downloader::getSerialsFromJSON(const Json::Value& json)
|
||||
std::string cdkey = json["cdKey"].asString();
|
||||
if (cdkey.find("<span>") == std::string::npos)
|
||||
{
|
||||
serials << cdkey;
|
||||
serials << cdkey << std::endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user