Browse Source

Fixed kernel path bug introduced in 8198286597

djm34
troky 11 years ago
parent
commit
1bb452e321
  1. 2
      sgminer.c

2
sgminer.c

@ -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…
Cancel
Save