Diff for /np2/sound/vermouth/midimod.c between versions 1.1.1.1 and 1.2

version 1.1.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);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.2


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