Browse Source

Merge branch 'httpsrv' into bfgminer

Luke Dashjr 12 years ago
parent
commit
ab22c65b9c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.c

+ 1 - 0
miner.c

@@ -10325,6 +10325,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