Changeset 1877 for trunk/dll/arccnrs.c
- Timestamp:
- Oct 11, 2015, 11:43:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1851 r1877 502 502 static VOID FreeArcItemData(PARCITEM pai) 503 503 { 504 // DbgMsg(pszSrcFile, __LINE__, "FreeArcItemData %p", pai);505 504 PSZ psz; 506 505 … … 547 546 } 548 547 } 549 550 // DbgMsg(pszSrcFile, __LINE__, "RemoveArcItems %p %u %s", pai, usCnt, pai->pszFileName);551 552 548 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)); 554 551 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", 556 554 hwnd, paiFirst, usCnt); 557 555 } … … 703 701 else { 704 702 rc = 0; 705 //DbgMsg(pszSrcFile, __LINE__, "Number of tries %i", cnter);706 703 rc = SearchPathForFile(PCSZ_PATH, s, NULL); 707 704 if (!rc) { … … 3032 3029 stricmp(lastextractpath, dcd->directory)) { 3033 3030 strcpy(lastextractpath, dcd->directory); 3034 //DbgMsg(pszSrcFile, __LINE__, "Extract dir %s", dcd->directory);3035 3031 SetDir(dcd->hwndParent, hwnd, dcd->directory, 1); 3036 3032 }
Note:
See TracChangeset
for help on using the changeset viewer.