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 (...)
{
i--;
break;
}
}

Loading…
Cancel
Save