Browse Source

Fixed crash when changing display modes (#237)

djm34
troky 10 years ago
parent
commit
f9a8e66f70
  1. 3
      sgminer.c

3
sgminer.c

@ -4886,8 +4886,9 @@ static void display_options(void) @@ -4886,8 +4886,9 @@ static void display_options(void)
opt_loginput = true;
immedok(logwin, true);
clear_logwin();
retry:
clear_logwin();
wlogprint("[N]ormal [C]lear [S]ilent mode (disable all output)\n");
wlogprint("[D]ebug: %s\n[P]er-device: %s\n[Q]uiet: %s\n[V]erbose: %s\n"
"[R]PC debug: %s\n[W]orkTime details: %s\n[I]ncognito: %s\n"

Loading…
Cancel
Save