Changeset 1113 for trunk/dll/dirsize.c
- Timestamp:
- Aug 24, 2008, 5:24:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1105 r1113 59 59 #include "errutil.h" // Dos_Error... 60 60 #include "strutil.h" // GetPString 61 #include "filldir.h" // EmptyCnr... 61 62 #include "fm3dll.h" 62 63 … … 363 364 pci->pszDisplayName = xstrdup(szBuf, pszSrcFile, __LINE__); 364 365 // use DisplayName for display hopefully fixes "strlen" trap 02 AUG 08 GKY 365 if (pci->pszDisplayName) 366 if (pci->pszDisplayName) { 367 # ifdef FORTIFY 368 Fortify_ChangeScope(pci->pszDisplayName, -1); 369 Fortify_ChangeScope(pci->pszFileName, -1); 370 # endif 366 371 WinSendMsg(hwndCnr, CM_INVALIDATERECORD, MPFROMP(&pci), MPFROM2SHORT(1, 0)); 372 } 367 373 isroot = FALSE; 368 374 } … … 1016 1022 case WM_DESTROY: 1017 1023 pState = INSTDATA(hwnd); 1024 EmptyCnr(hwnd); 1018 1025 if (pState) { 1019 1026 pState->chStopFlag = (BYTE)0xff;
Note:
See TracChangeset
for help on using the changeset viewer.