mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
Update driver-opencl.c
This commit is contained in:
parent
bfff79c3b0
commit
89c1411fde
@ -854,7 +854,7 @@ retry: // TODO: refactor
|
||||
cgsem_post(&thr->sem);
|
||||
}
|
||||
goto retry;
|
||||
} if (!strncasecmp(&input, "d", 1)) {
|
||||
} else if (!strncasecmp(&input, "d", 1)) {
|
||||
if (selected)
|
||||
selected = curses_int("Select GPU to disable");
|
||||
if (selected < 0 || selected >= nDevs) {
|
||||
|
Loading…
Reference in New Issue
Block a user