Changeset 1063 for trunk/dll/dirsize.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1051 r1063 69 69 typedef struct 70 70 { 71 CHAR szDirName[CCHMAXPATH ];71 CHAR szDirName[CCHMAXPATH + 320]; 72 72 CHAR chStopFlag; 73 73 BOOL dying; … … 309 309 CHAR szAllDir[80]; 310 310 CHAR szBar[80]; 311 CHAR szBuf[CCHMAXPATH * 2];312 313 # ifdef FORTIFY314 Fortify_EnterScope();315 # endif311 CHAR szBuf[CCHMAXPATH + 320]; 312 313 # ifdef FORTIFY 314 Fortify_EnterScope(); 315 # endif 316 316 317 317 // cbFile = currect directory usage in bytes … … 437 437 # ifdef FORTIFY 438 438 Fortify_EnterScope(); 439 # endif439 # endif 440 440 441 441 hwndCnr = dirsize->hwndCnr; … … 467 467 # ifdef FORTIFY 468 468 Fortify_LeaveScope(); 469 # endif469 # endif 470 470 } 471 471 … … 483 483 break; 484 484 } 485 # ifdef FORTIFY486 Fortify_EnterScope();487 # endif485 # ifdef FORTIFY 486 Fortify_EnterScope(); 487 # endif 488 488 pState = xmallocz(sizeof(tState), pszSrcFile, __LINE__); 489 489 if (!pState) { … … 1025 1025 DosSleep(16); //05 Aug 07 GKY 33 1026 1026 xfree(pState, pszSrcFile, __LINE__); // Let's hope no one is still looking 1027 # ifdef FORTIFY1028 Fortify_LeaveScope();1029 # endif1027 # ifdef FORTIFY 1028 Fortify_LeaveScope(); 1029 # endif 1030 1030 } 1031 1031 DosPostEventSem(CompactSem);
Note:
See TracChangeset
for help on using the changeset viewer.