Diff for /np2/sound/vermouth/midimod.c between versions 1.11 and 1.12

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;

Removed from v.1.11  
changed lines
  Added in v.1.12


RetroPC.NET-CVS <cvs@retropc.net>