diff options
| author | 2019-09-22 19:14:44 +0200 | |
|---|---|---|
| committer | 2019-09-22 19:14:44 +0200 | |
| commit | 8781f5bcc061aaf234b3c76654369e7b22a6c8ee (patch) | |
| tree | db2a83eac9d1603079789453e6ad27c4ff9a065a /src | |
| parent | 3fefe924a29478caccb7a9ee2bb316265c9f7688 (diff) | |
Hotfix for nltool.cpp (nw)
Comment out development code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/netlist/prg/nltool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
