Changeset 1877 for trunk/dll/copyf.c


Ignore:
Timestamp:
Oct 11, 2015, 11:43:27 PM (10 years ago)
Author:
Gregg Young
Message:

Remove debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyf.c

    r1849 r1877  
    696696  FILESTATUS3 fsi;
    697697
    698   //DbgMsg(pszSrcFile, __LINE__, "error %i ", error);
    699698  DosError(FERR_DISABLEHARDERR);
    700699  rc = DosQueryPathInfo(filename, FIL_STANDARD, &fsi, sizeof(fsi));
     
    707706                     GetPString(IDS_READONLYFILEWARNING),
    708707                      filename);
    709       //DbgMsg(pszSrcFile, __LINE__, "retrn %x ", retrn);
    710708      ret = retrn;
    711709      if (retrn == SM2_YES || retrn == SM2_DONTASK)
     
    739737      ret = SM2_NO;
    740738  }
    741   //DbgMsg(pszSrcFile, __LINE__, "retrn %x ", ret);
    742739  return ret;
    743740}
Note: See TracChangeset for help on using the changeset viewer.