Browse Source

Bugfix: bfg_waddstr: Missing break after selecting degrees symbol

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

+ 1 - 0
miner.c

@@ -3157,6 +3157,7 @@ def:
 				goto next;
 			case '\xb0':  // Degrees symbol
 				buf[0] = ((unsigned char *)p)[0];
+				break;
 #endif
 			case '\xb5':  // Mu (SI prefix micro-)
 #ifdef USE_UNICODE