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",
|
proxy_ip = "127.0.0.1",
|
||||||
languages = "GerDub,GerSub,Eng",
|
languages = "GerDub,GerSub,Eng",
|
||||||
genaueHoster = "",
|
genaueHoster = "",
|
||||||
version = "3.2.4",
|
version = "3.2.5",
|
||||||
defaultFileVersion="1.6",
|
defaultFileVersion="1.6",
|
||||||
outputFilePath = "",
|
outputFilePath = "",
|
||||||
default_checkPath = "",
|
default_checkPath = "",
|
||||||
|
@ -997,7 +997,8 @@ int ProgramManager::updateModus(Settings *settings)
|
|||||||
std::cout << " => Infos (zur Version): " << std::endl;
|
std::cout << " => Infos (zur Version): " << std::endl;
|
||||||
std::string line;
|
std::string line;
|
||||||
while (std::getline(strstream, line).good()) {
|
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