First time here? Check out the FAQ!
answered 2014-06-17 08:57:42 -0600
In svmlight.h replace
learn_parm->alphafile[0] = ' ';
with
strcpy(learn_parm->alphafile, "")