1
0
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:
troky 2014-06-06 09:20:39 +02:00
parent e3290db1bb
commit 1bb452e321

View File

@ -8376,7 +8376,7 @@ int main(int argc, char *argv[])
free(cnfbuf);
cnfbuf = NULL;
}
#ifdef WIN32
#ifdef _MSC_VER
strcat(opt_kernel_path, "\\");
#else
strcat(opt_kernel_path, "/");