mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
Fixed config load for MSVC.
This commit is contained in:
@@ -506,6 +506,8 @@ void Options::parseConfig(const char *fileName)
|
||||
return;
|
||||
}
|
||||
|
||||
uv_fs_req_cleanup(&req);
|
||||
|
||||
json_error_t err;
|
||||
json_t *config = json_loadfd(fd, 0, &err);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user