|
|
| version 1.11, 2006/12/16 22:23:24 | version 1.12, 2007/10/28 16:01:35 |
|---|---|
| Line 380 static BRESULT VERMOUTHCL cfgfile_load(M | Line 380 static BRESULT VERMOUTHCL cfgfile_load(M |
| (midimod_getfile(mod, filename, buf, NELEMENTS(buf)) != SUCCESS)) { | (midimod_getfile(mod, filename, buf, NELEMENTS(buf)) != SUCCESS)) { |
| goto cfl_err; | goto cfl_err; |
| } | } |
| // TRACEOUT(("open: %s", buf)); | // TRACEOUT(("open: %s", buf)); |
| tfh = textfile_open(buf, 0x1000); | tfh = textfile_open(buf, 0x1000); |
| if (tfh == NULL) { | if (tfh == NULL) { |
| goto cfl_err; | goto cfl_err; |