@@ -364,6 +364,7 @@ The list of requests - a (*) means it requires privileged access - and replies:
queue, scantime, expiry (integer in the range
0 to 9999)
coinbase-sig (string)
+ http-port (valid port number)
pgaset|N,opt[,val] (*)
none There is no reply section just the STATUS section
@@ -10074,6 +10074,7 @@ int main(int argc, char *argv[])
if (opt_realquiet || opt_display_devs)
use_curses = false;
+ setlocale(LC_ALL, "C");
if (use_curses)
enable_curses();
#endif