Browse Source

Merge pull request #5 from RoBiK75/commandline

fixed --cuda-devices parsing
cl-refactor
Genoil 10 years ago
parent
commit
7610883496
  1. 1
      ethminer/MinerAux.h

1
ethminer/MinerAux.h

@ -196,6 +196,7 @@ public:
} }
catch (...) catch (...)
{ {
i--;
break; break;
} }
} }

Loading…
Cancel
Save