mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
Fixed kernel path bug introduced in 8198286597
This commit is contained in:
parent
e3290db1bb
commit
1bb452e321
@ -8376,7 +8376,7 @@ int main(int argc, char *argv[])
|
|||||||
free(cnfbuf);
|
free(cnfbuf);
|
||||||
cnfbuf = NULL;
|
cnfbuf = NULL;
|
||||||
}
|
}
|
||||||
#ifdef WIN32
|
#ifdef _MSC_VER
|
||||||
strcat(opt_kernel_path, "\\");
|
strcat(opt_kernel_path, "\\");
|
||||||
#else
|
#else
|
||||||
strcat(opt_kernel_path, "/");
|
strcat(opt_kernel_path, "/");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user