From 8781f5bcc061aaf234b3c76654369e7b22a6c8ee Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 22 Sep 2019 19:14:44 +0200 Subject: [PATCH] Hotfix for nltool.cpp (nw) Comment out development code. --- src/lib/netlist/prg/nltool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/netlist/prg/nltool.cpp b/src/lib/netlist/prg/nltool.cpp index 990ad0a9537..912475eb3e9 100644 --- a/src/lib/netlist/prg/nltool.cpp +++ b/src/lib/netlist/prg/nltool.cpp @@ -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";