Skip to content

Commit

Permalink
core: fix build error due to CGMINER_PREFIX reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed Jan 15, 2014
1 parent 9d16ff9 commit 6ea3b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgminer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 6ea3b93

Please sign in to comment.