Changeset 1877 for trunk/dll/eas.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/eas.c

    r1869 r1877  
    10611061  CHAR *p, *peaval;
    10621062
    1063   //DbgMsg(pszSrcFile, __LINE__, "SaveEA: entered for %s", filename);
    1064 
    10651063  if (!filename || !current)
    10661064    return (PVOID)pfealist;             // FIXME to complain
     
    12171215        memcmp(current->pfea->szName + current->pfea->cbName + 1,
    12181216               pfealist->list[0].szName + pfealist->list[0].cbName + 1,
    1219                current->pfea->cbValue) == 0)
    1220     {
    1221       DbgMsg(pszSrcFile, __LINE__, "SaveEA: %s unchanged", current->pfea->szName);
     1217               current->pfea->cbValue) == 0) {
     1218      //DbgMsg(pszSrcFile, __LINE__, "SaveEA: %s unchanged", current->pfea->szName);
    12221219      rc = 0;                           // Suppress rewrite
    12231220    }
     
    12251222      rc = xDosSetPathInfo(filename, FIL_QUERYEASIZE,
    12261223                           &eaop, sizeof(eaop), DSPI_WRTTHRU);
    1227       DbgMsg(pszSrcFile, __LINE__, "SaveEA: %s updated", current->pfea->szName);
     1224      //DbgMsg(pszSrcFile, __LINE__, "SaveEA: %s updated", current->pfea->szName);
    12281225    }
    12291226#else
Note: See TracChangeset for help on using the changeset viewer.