Ask Your Question

Revision history [back]

In svmlight.h replace

learn_parm->alphafile[0] = ' ';

with

strcpy(learn_parm->alphafile, "")