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

    r1851 r1877  
    502502static VOID FreeArcItemData(PARCITEM pai)
    503503{
    504   // DbgMsg(pszSrcFile, __LINE__, "FreeArcItemData %p", pai);
    505504  PSZ psz;
    506505
     
    547546    }
    548547  }
    549 
    550   // DbgMsg(pszSrcFile, __LINE__, "RemoveArcItems %p %u %s", pai, usCnt, pai->pszFileName);
    551 
    552548  if (remaining != - 1) {
    553     remaining = (INT)WinSendMsg(hwnd, CM_REMOVERECORD, MPFROMP(&paiFirst), MPFROM2SHORT(usCnt, usFlags));
     549    remaining = (INT)WinSendMsg(hwnd, CM_REMOVERECORD, MPFROMP(&paiFirst),
     550                                MPFROM2SHORT(usCnt, usFlags));
    554551    if (remaining == -1) {
    555       Win_Error(hwnd, HWND_DESKTOP, pszSrcFile, __LINE__,"CM_REMOVERECORD hwnd %x pai %p cnt %u",
     552      Win_Error(hwnd, HWND_DESKTOP, pszSrcFile, __LINE__,
     553                "CM_REMOVERECORD hwnd %x pai %p cnt %u",
    556554                hwnd, paiFirst, usCnt);
    557555    }
     
    703701          else {
    704702            rc = 0;
    705             //DbgMsg(pszSrcFile, __LINE__, "Number of tries %i", cnter);
    706703            rc = SearchPathForFile(PCSZ_PATH, s, NULL);
    707704            if (!rc) {
     
    30323029            stricmp(lastextractpath, dcd->directory)) {
    30333030          strcpy(lastextractpath, dcd->directory);
    3034           //DbgMsg(pszSrcFile, __LINE__, "Extract dir %s", dcd->directory);
    30353031          SetDir(dcd->hwndParent, hwnd, dcd->directory, 1);
    30363032        }
Note: See TracChangeset for help on using the changeset viewer.