Browse Source

fixed --cuda-devices parsing

cl-refactor
RoBiK 10 years ago
parent
commit
78eae9c58a
  1. 1
      ethminer/MinerAux.h

1
ethminer/MinerAux.h

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

Loading…
Cancel
Save