forked from markus/S_New4
v3.2.5
This commit is contained in:
parent
9e2db246fd
commit
6233d854c3
@ -61,7 +61,7 @@ struct Settings {
|
||||
proxy_ip = "127.0.0.1",
|
||||
languages = "GerDub,GerSub,Eng",
|
||||
genaueHoster = "",
|
||||
version = "3.2.4",
|
||||
version = "3.2.5",
|
||||
defaultFileVersion="1.6",
|
||||
outputFilePath = "",
|
||||
default_checkPath = "",
|
||||
|
@ -997,7 +997,8 @@ int ProgramManager::updateModus(Settings *settings)
|
||||
std::cout << " => Infos (zur Version): " << std::endl;
|
||||
std::string line;
|
||||
while (std::getline(strstream, line).good()) {
|
||||
std::cout << " > " << line << std::endl;
|
||||
if(line != "")
|
||||
std::cout << " > " << line << std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user