Hotfix for nltool.cpp (nw)

Comment out development code.
This commit is contained in:
couriersud 2019-09-22 19:14:44 +02:00 committed by GitHub
parent 3fefe924a2
commit 8781f5bcc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -864,7 +864,7 @@ int tool_app_t::execute()
perr("plib exception caught: {}\n", e.text());
return 2;
}
#if 1
#if 0
std::cout.imbue(std::locale("de_DE.utf8"));
std::cout.imbue(std::locale("C.UTF-8"));
std::cout << std::fixed << 20.003 << "\n";