mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Hotfix for nltool.cpp (nw)
Comment out development code.
This commit is contained in:
parent
3fefe924a2
commit
8781f5bcc0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user