|
|
| version 1.1, 2003/10/16 17:58:10 | version 1.2, 2003/10/18 01:21:58 |
|---|---|
| Line 321 BOOL cfgfile_getfile(MIDIMOD mod, const | Line 321 BOOL cfgfile_getfile(MIDIMOD mod, const |
| } | } |
| p = mod->pathlist; | p = mod->pathlist; |
| while(p) { | while(p) { |
| milstr_ncpy(path, p->path, size); | file_cpyname(path, p->path, size); |
| milstr_ncat(path, filename, size); | file_catname(path, filename, size); |
| attr = file_attr(path); | attr = file_attr(path); |
| if (attr != -1) { | if (attr != -1) { |
| return(SUCCESS); | return(SUCCESS); |