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

version 1.11, 2006/12/16 22:23:24 version 1.14, 2011/02/04 01:10:14
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.14


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