Changeset 858 for trunk/dll/newview.c
- Timestamp:
- Nov 5, 2007, 6:47:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/newview.c
r855 r858 1316 1316 else { 1317 1317 // 06 Oct 07 SHL Protect against 4096 NFTS driver small buffer defect 1318 ad->text = xmalloc(m in(len + 2, 4096),1318 ad->text = xmalloc(max(len + 2, 4096), // 05 Nov 07 SHL 1319 1319 pszSrcFile, 1320 1320 __LINE__); … … 3822 3822 if (ParentIsDesktop(hwndParent, hwndParent)) 3823 3823 FrameFlags |= FCF_TASKLIST; 3824 // saymsg(MB_ENTER,HWND_DESKTOP,DEBUG_STRING,"\"%s\"\r\rparent %s desktop",filename,(ParentIsDesktop(hwndParent,hwndParent)) ? "is" : "isn't");3824 // saymsg(MB_ENTER,HWND_DESKTOP,DEBUG_STRING,"\"%s\"\r\rparent %s desktop",filename,(ParentIsDesktop(hwndParent,hwndParent)) ? "is" : "isn't"); 3825 3825 hwndFrame = WinCreateStdWindow(hwndParent, 3826 3826 0, … … 3847 3847 if (!ad) { 3848 3848 WinDestroyWindow(hwndFrame); 3849 hwndFrame = (HWND) 3849 hwndFrame = (HWND)0; 3850 3850 } 3851 3851 else {
Note:
See TracChangeset
for help on using the changeset viewer.