mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 05:40:39 -05:00
Fixed --calibrate-algo-time command line parsing
This commit is contained in:
@@ -297,6 +297,9 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
|
|||||||
# endif
|
# endif
|
||||||
return parseUint64(key, strtol(arg, nullptr, 10));
|
return parseUint64(key, strtol(arg, nullptr, 10));
|
||||||
|
|
||||||
|
case CalibrateAlgoTimeKey: /* --calibrate-algo-time */
|
||||||
|
return parseUint64(key, strtol(arg, nullptr, 10));
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user