--- np2/sound/vermouth/midimod.c 2003/10/16 17:58:10 1.1 +++ np2/sound/vermouth/midimod.c 2003/10/18 01:21:58 1.2 @@ -321,8 +321,8 @@ BOOL cfgfile_getfile(MIDIMOD mod, const } p = mod->pathlist; while(p) { - milstr_ncpy(path, p->path, size); - milstr_ncat(path, filename, size); + file_cpyname(path, p->path, size); + file_catname(path, filename, size); attr = file_attr(path); if (attr != -1) { return(SUCCESS);