1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-13 16:27:54 +00:00

core: fix build error due to CGMINER_PREFIX reference.

This commit is contained in:
Noel Maersk 2014-01-15 16:03:24 +02:00
parent 9d16ff98f5
commit 6ea3b93809

View File

@ -7603,7 +7603,7 @@ int main(int argc, char *argv[])
timeBeginPeriod(1);
#endif
opt_kernel_path = alloca(PATH_MAX);
strcpy(opt_kernel_path, CGMINER_PREFIX);
strcpy(opt_kernel_path, SGMINER_PREFIX);
cgminer_path = alloca(PATH_MAX);
s = strdup(argv[0]);
strcpy(cgminer_path, dirname(s));