Browse Source

Bugfix: Need unicode_micro in non-Unicode curses builds

Luke Dashjr 11 years ago
parent
commit
03ab5755c5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      miner.c

+ 4 - 0
miner.c

@@ -347,6 +347,10 @@ wchar_t unicode_micro = 'u';
 const bool use_unicode;
 static
 const bool have_unicode_degrees;
+#ifdef HAVE_CURSES
+static
+const char unicode_micro = 'u';
+#endif
 #endif
 
 #ifdef HAVE_CURSES