Browse Source

Fix mistaken disabling of opt_restart in other code.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
66a9577197
  1. 2
      cgminer.c

2
cgminer.c

@ -111,7 +111,7 @@ int gpu_threads;
bool opt_scrypt; bool opt_scrypt;
#endif #endif
#endif #endif
bool opt_restart; bool opt_restart = true;
static bool opt_nogpu; static bool opt_nogpu;
struct list_head scan_devices; struct list_head scan_devices;

Loading…
Cancel
Save