Diff for /xmil/fdd/fddfile.c between versions 1.6 and 1.7

version 1.6, 2004/08/15 12:32:11 version 1.7, 2004/08/15 14:56:15
Line 60  static UINT32 getfdtype(const OEMCHAR *f Line 60  static UINT32 getfdtype(const OEMCHAR *f
 const OEMCHAR   *ext;  const OEMCHAR   *ext;
   
         ext = file_getext(fname);          ext = file_getext(fname);
         if (!milstr_cmp(ext, str_e2d)) {  
                 return(FTYPE_BETA);  
         }  
         if ((!milstr_cmp(ext, str_d88)) || (!milstr_cmp(ext, str_88d))) {          if ((!milstr_cmp(ext, str_d88)) || (!milstr_cmp(ext, str_88d))) {
                 return(FTYPE_D88);                  return(FTYPE_D88);
         }          }
         return(FTYPE_NONE);          return(FTYPE_BETA);
 }  }
   
 static void setempty(FDDFILE fdd) {  static void setempty(FDDFILE fdd) {

Removed from v.1.6  
changed lines
  Added in v.1.7


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