mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-12-22 04:20:17 +02:00
Revert line 144 of cli.cpp
This commit is contained in:
parent
98c8db7e02
commit
726be7da20
@ -142,7 +142,7 @@ int validateCommandLine(Options* options, char *argv[], json *keys) {
|
||||
for (auto el : (*keys)["Products"].items()) {
|
||||
int id;
|
||||
sscanf((el.value()["BINK"][0]).get<std::string>().c_str(), "%x", &id);
|
||||
fmt::print("{}: {}\n", el.key(), el.value()["BINK"]);
|
||||
std::cout << el.key() << ": " << el.value()["BINK"] << std::endl;
|
||||
}
|
||||
|
||||
fmt::print("\n\n");
|
||||
|
Loading…
Reference in New Issue
Block a user